See a foreign MVP Troy Hunt article: 67% of the ASP. Websites has serious configuration related security vulnerabilities, to the effect of the statistics he collects , about 67% of the ASP. NET site is misconfigured and has a security risk.Troy Hunt The analysis of the article came from a simple website scan service--asafaweb He developed, automated Security Analyser for ASP. Users who provide url,asafaweb that expose an ASP. NET site on the Internet
[required_columns_list]".
11. If the program code is large, you can use the ORM (Object link ing) framework (such as Hibernate and iBatis) tool. You can configure parameters in detail to address performance issues.
12. Separate tables (table parts) that are not used or are not commonly used but are large into different physical buckets to provide better query performance.
13. Use disaster recovery solutions and security services for important database systems, such as failover clustering,
Released an efficient JavaScript analysis and compression tool JavaScriptAnalyser released an efficient JavaScript analysis and compression tool JavaScript Analyser
A script compression example is provided to show the JSA syntax compression and optimization functions.
The Code is as follows:
Try {// Xxxx ();}Catch (e ){Yyyy ();Function f1 (){}}Finally {Zzzz ();}Function f2 (var1 ){Var var2 = 2;Var var3 = 3;Var withObject = {var2:-2}With (withObject
How to fix the MDF file of SQLServer if two files are backed up. LDF and. MDF: Open the Enterprise Manager, right-click the instance, select all tasks, and attach the database. MDF file. Alternatively, enter sp_attach_db quot; Database Name quot;, quot; Path file name in the query analyzer. ldf quot;, quot; Path file name. MDF quot; SQLSe solution for SQL Server MDF files
If two files are backed up. LDF and. MDF: Open the Enterprise Manager, right-click the instance, select all tasks, and
, and JS code
Phpcpd-A library that detects copy and paste code
PHP analyser-a library that parses PHP code to find bugs and bugs
PHP CS fixer-an encoding standard library
PHP manipulator-a library that parses and modifies PHP source code
PHP metrics-a static measurement library
PHP refactoring browser-a command line toolset for refactoring PHP code
ubench-a simple miniature benchmark detection library
athletic-A base D
First, if the backup database has two files. LDF and. MDF: Open the Enterprise Manager, right-click the instance, select all tasks, and attach the database. MDF file.
Alternatively, enter:
Copy codeThe Code is as follows: sp_attach_db "Database Name", "path \ file name. ldf", "path \ file name. MDF"There are two ways to back up SQL Server databases: one is to back up DATABASE files using BACKUP DATABASE, and the other is to directly copy the DATABASE files mdf and log files ldf. The following de
21. lockness
Tool address: http://marketplace.eclipse.org/content/lockness-thread-dump-analyser
Lockness is an Eclipse plug-in for analyzing Java thread dump. With lockness, it is easy to find out the threads in the neck or lock status. The latest version has been improved to better support thread dumps generated by JDK 6.
22. fast fox
Tool address: http://marketplace.eclipse.org/content/fast-fox
Fast fox is simple, but the powerful mouse f
SQL database Repair TechnologyThere are two ways to back up SQL Server databases: one is to back up database files using backup database, and the other is to directly copy the database files MDF and log files LDF. The following describes the backup and recovery of the latter. This document assumes that you are familiar with SQL Server Enterprise Manager and SQL Server quwey analyser)1. Normal backup and SQL database repair methodsNormally, we need to
This article also describes how to reduce SQL server log files.
This article also describes how to narrow down SQL server log files.
1.It is a regular issue to narrow down the MSSQL log file. However, there are already many answers to this question in the essence area. I will not go into details here.Now let's discuss the permanent problem, that is, how to make the l
unfriendly. This code can gradually disappear the view.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
//// UIView+JTRemoveAnimated.h//// Created by james on 9/1/11.// http://ioscodesnippet.tumblr.com///@interface UIView (JTRemoveAnimated)- (void)removeFromSuperviewAnimated;@end//// UIView+JTRemoveAnimated.m//// Created by james on 9/1/11.// http://ioscodesnippet.tumblr.com///#import @implementation UIView (JTRemoveAnimated)// remove static
I. Overview
This article mainly describes nmon.
1. Introduction to nmon
2. Download, install and use nmon
3. Analysis and use of nmon analysis, meaning of each item
Ii. Details:
1. Introduction to nmon:
Nmon is a tool provided by IBM to monitor resources of Aix and Linux systems for free, this tool can collect the data consumed by server system resources and output a specific file, and then use the Analysis Tool (nmon Analyser) for statistical analys
want to create a complete Visual Studio. NET project (and all files that accompany the project) for it.
8. SQL delta: Database Synchronization tool.
Although vs2008 has the same functions, SQL Delta has basically no use of the database synchronization function that comes with vs2008.
SQL Delta combines the structure comparison and data comparison functions of the database, making SQL delta the most valuable database comparison tool in the market. Now you can synchronize the summary and data o
Thank you for coming. It's time to sort out a blog that has been written for so long. Only by sorting out what is already in place can we make a better move forward.
Personal thoughts
Equipment in software design-this is one of my most interests
Growth
View Microsoft's future from Microsoft solver Foundation
Code integrity
Thinking from Cai Bin's failure
Project Management
My project weekly
Quality Check Point of Project Management
Next talk about Quality checkpoints
Experiences in
** 1, 2, 4, 5/nmon/script/nmon12e_aix530-F-n-M/nmon/log-S 30-C 1200
Indicates:
From Monday to Friday, from AM, monitoring for 10 hours (until), output to/nmon/log
3. Analysis
1) The *. nmon file will be generated in/tmp/nmon and downloaded to your computer.
2) Open nmon analyser v339.xls, set the macro security to the minimum, and open the downloaded *. nmon file.
And saved as a file. The view mode is generated, which is very intuitive!
Refer:
Appen
" > body>First the front-end initiates the request, requests the stream of music functionGetData () {varXHR =NewXMLHttpRequest () Xhr.open (' Get ', '/app/test '); Xhr.responsetype= ' Arraybuffer '; Xhr.onload=function () { //parse the data from the background, and then copy the data to the buffer on the front;the first link must be the analyst, who gets the raw data ac.decodeaudiodata (Xhr.response,function(buffer) {varBuffesource =Ac.createbuffersource ();//Create data, where Bu
PHP: a PHP display password strength estimation library based on Zxcvbn JS Code analysis
?? Tools used to analyze, parse, and operate code librariesPHP Parser: a PHP Parser written in PHPPHPPHP: a PHP virtual machine implemented by PHPPHPSandbox: PHP sandbox environmentDissect: a collection of lexical and syntax analysis toolsPHP Mess Detector: a library that scans code bugs, minor code, and unused parametersPHP Code Sniffer: a library for detecting standard conflicts between PHP, CSS, and JS C
How to reduce the MSSQL log file is a recurring problem, but this problem in the elite area has a lot of answers, I will not repeat here.
Now let's talk about the fundamental problem of how to make log files grow no longer.
Let's introduce a simple method.
is to set the database's failover model to "simple" (SQL2K). This will truncate the log when it checkpoint.
How to do this:
1, in the Enterprise Manager right-click Database, "Properties | options | Fail Restore", select "Simple", if it is SQL
There are two ways to back up SQL Server databases: one is to back up DATABASE files using BACKUP DATABASE, and the other is to directly copy the DATABASE files mdf and log files ldf. The following describes the backup and recovery of the latter. This document assumes that you are familiar with SQL Server Enterprise Manager and SQL Server Quwey Analyser)
1. Normal backup and SQL database recovery methods
Normally, we need to back up a database. First,
The database has two files: mall_database_log.ldf and mall_database_log.mdf.But I don't know how to make this website run on my computer!I just installed mssql2000!
Open the Enterprise Manager, right-click the instance, and choose all tasks> attach database.Select the data file you mentioned above.
Sp_attach_db "Database Name", "path/mall_database_log.ldf", "path/mall_database_log.mdf"
There are two ways to back up SQL Server databases: one is to back up database files using backup database, and
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.