best lightweight antivirus

Learn about best lightweight antivirus, we have the largest and most updated best lightweight antivirus information on alibabacloud.com

Linux Nginx Lightweight Server-Installation Chapter

Install Nginx under Linux:1. Installing gcc/g++# Apt-get Install Build-essentialInstalled Ignore2. Install OpenSSL:# Apt-get Install OpenSSL# Apt-get Install Libssl-dev3. Installing PcreDownload Source: http://download.csdn.net/detail/wei_xiaox126/8304511Unzip: Tar xvf ....#./configure# Make make install4. Download Nginx Source Package http://nginx.org/nginx-1.6.1 Local Download: http://download.csdn.net/detail/wei_xiaox126/83045475. Installing Nginx # tar xvf ...#./configure--prefix= ' Your pa

Linux Nginx Lightweight Server--boot

Various parameters of Nginx startupNginx has added some command line parameters since version 0.7.53:-SThe-s parameter consists of four commands, namely Stop/quit/reopen/reload#/usr/local/nginx/sbin/nginx-h Nginx version:nginx/0.7.67 Usage:nginx [-?HVVT] [-s signal] [-c filename] [-p prefix] [-g directives] Options: -?,-h:this Help -v:show version and Exit -v:show version and configure options then exit -t:test Configuration and Exit -S signal:send signal to a master process:st

A super lightweight AS3 3D Engine-nd3d

ND3D is a super lightweight AS3 3D Engine, its biggest feature is light, all engine files compiled only 10K. The latest version is 0.2 Basic 3D functions are satisfied, Mesh Loader, interactive 3DObject, basic Light System, Custom renderer, of course, the function and Away3d and papervision3d still can not be compared, but It's really small and suitable for applications that don't have very complex 3D scenarios. Project at Googlecode API documenta

Cascading relationships (most of the content comes from the Java EE Lightweight solution The rest is my idea)

relationships to achieve cascading saving7 customer.getorders (). Add (order);8 //the order object must be associated with the customer object for inverse to work9 Order.setcustomer (customer);Ten One ATransaction trans =session.begintransaction (); - Session.save (customer); - trans.commit (); the hibernateutils.closesession (); - - } -}In the preceding code, the statement "Order.setcustomer (Customer)" is used to implement the Association of order to the Customer object, and hi

(26) unity4.6 Learning Ugui Chinese documents-------Ugui Open source tween tools are lightweight and powerful

Source: http://blog.csdn.net/u010019717Many unity developers know Ngui very well, and they are really well developed, from the previous sendmassage to a more efficient event system, including good tween-related, as well as a lot of peripheral tools.But with the launch of Unity4.6, 5.0, Unity more native professional and efficient Ugui came out, although there is no perfect ngui perfect, but will be the future direction of development. And now Ngui can't run in U5.Ugui has not brought tween relat

JS pop-up box Lightweight plug-in jquery.boxy use introduction _jquery

When you need to use the pop-up box, of course, you can use Jquery-ui,artdiag,blockui and so on, but today I introduce a lightweight plug-in boxy! it can make the design of the pop-up box is very easy to reflect, but also good compatibility! Copy Code code as follows: Depending on your needs, you can replace the ID of the content with the contents of boxy (content) in a very convenient location.

Share a lightweight picture loading class imageloader_android

Imageloader such pictures load a big push on the web, like the more famous Nostra13-image-loader pictures loaded, xutil pictures loaded, and Facebook Fresco. A lot, but in the attitude of learning, recently in the project when the need to load the picture to write a lightweight (local) image cache loading function, to share with you. It involves the LruCache, the Executorservice, the bitmapfactory principle of the large map, View.settag (). Well, no

JavaScript Lightweight library Createjs use easel to implement drag-and-drop effects _javascript techniques

I will take my learning createjs some experience to share with you: A. What is Createjs? Createjs is a lightweight JavaScript library, an open source toolkit for HTML5 games that can build a rich interactive experience, using Createjs to build many interesting animation games. For example, surround the nerve cat, see you have many color such as HTML5 game. Two. What are the Createjs tools? There are four engines in Createjs: Easeljs: Mainly

In.js a lightweight JavaScript granular modular loading and dependency management solution _javascript Tips

Foreign like based on jquery Requirejs,yui Loader,labjs,runjs, the domestic also has the seajs of Taobao, watercress Dojs, these are some very good module loader. But this article will introduce you to a new open source lightweight "multi-threaded" asynchronous module loader in.js,in The development of a do some of the ideas and use habits, during this period of thanks to @kejun and my patience, in.js compressed only 4.77k, not only small and very use

Ormlite Lightweight ORM Framework Tool

Preface A database of SQLite is used in the project. The first idea was to find an ORM framework to operate and find the lightweight framework for Ormlite. Use it, it's very convenient, just record this frame here. Consolidate to Project General project download jar put into lib on the line. Jar Download Address: http://ormlite.com/releases/ Maven Project Add this dependency on the line Because we're working with SQLite, we need to add sqlite jdbc

A simple database access layer based on EntityFramework core for lightweight database services

or something, the specific application of public static IRepository Create () { return New Repository (New Dbfactory (). DbContext); } }At the business logic level, we canusing (var db = Dbfactory.create ()) {/ /here can be additions and deletions of code, // db, for example. Insert can be arbitrarily cross-table, EntityFramework own transactions, and finally savechanges will be processed together int result = db. SaveChan

(principle) based on SQLite3 lightweight package, a line of code to implement additions and deletions to search

setvalue:resultdict forkey:arr[i]; }Else if([Dict[arr[i]] isequaltostring:@"Blob"]) {//binary processingNSString * str = [self textforcolumn:i +1STMT:STMT]; NSData * data = [str datausingencoding:nsutf8stringencoding]; [OBJC Setvalue:data forkey:arr[i]; }} [Models ADDOBJECT:OBJC]; } }return[Models copy];}Inside the method, we create an object based on the class passed in (using __block because the properties of the object need to be modified inside the block), we get the cor

WIN8 & WP8.1 Lightweight Database

Since Win8 and WP8.1, MS has removed the SQL CE. In order to facilitate their app upgrade, reduce the amount of code churn, so write a small database management, refer to WP8.1 before the DataContext.Time is short, spent a few days to do out, may be some negligence, if you find the bug despite mentioning.Use the following:The SubmitChanges method now commits all of the table initialize, not "changed only". This is the next plan.Open Source Address Https://github.com/rolerzhang/RolerDatabaseWIN8

Zedboard-Lightweight Ethernet controller LWIP

. I'm using a http://download.csdn.net/detail/xiabodan/7652995 downloaded online.Zedboard is to accept the data sent by the PC client and then immediately return it to the PC, so we see the data received and the data sent. Reference:Http://blog.chinaunix.net/uid-20528014-id-3050217.htmlhttp://china.xilinx.com/support/university/index.htmhttp://china.xilinx.com/support/university/professors.html Xilinx University Program Workshops datasheet:lightweight IP (lwIP) application Examplesxapp1026 Ht

Python Operations Lightweight Database

, representation, equality testing and Len (). If the Row objects has exactly the same columns and their members is equal, they compare equal. Changed in version 2.6:added iteration and Equality (hashability). Keys ( ) This method returns a tuple of column names. Immediately after a query, it's the first member of each tuple in cursor.description. New in version 2.6. The

segment-a lightweight library for drawing and animating SVG path strokes

Join us today to learn about a lightweight class library that implements the SVG path stroke drawing and animation, we introduce the segment from easy to use, detailed usage, resources and cases, and source code interpretation.1. Easy to get started Add segment to the HTML aspect to define path. JS uses path to instantiate a segment, then you can use the segment draw method. var MyPath = document.getElementById ("My-path"), segment = new segme

PL/SQL Lightweight version (iii)--Cursors and exception handling

%NOTFOUND boolean attribute, with % ROWCOUNT%ISOPEN Boolean property, the value is always FALSE. SQL command closes implicit cursor immediately after execution Example:--Print employee InformationDECLAREv_sal Employees.last_name%type; --v_id indicates that v_id will be entered by the externalv_id employees.employee_id%Type:= v_id;BEGIN UPDATEEmployeesSETSalary=Salary*1.2 WHEREemployee_id=v_id; IFSql%NOTFOUND ThenDbms_output.put_line ('no such person! '); END IF;END;  for more cursor correlati

medoo– Efficient lightweight PHP database operation class

Website: http://medoo.lvtao.net/ /* medoo.php */ class medoo{protected$database _type = 'mysql'; protected $server = ' localhost '; protected $username = ' your_username '; protected $password = ' Your_password ';} Just three steps! 1 //introduction of Medoo2 require_once' Medoo.php ';3 //instantiation of4 $database=NewMedoo ();5 //Insert Data Example6 $database->insert (' account ', [7' user_name ' = ' foo '8' Email ' = ' [email protected] ',9' Age ' = 25,Ten' Lang ' = [' en '

tinyhttpd--Ultra-Lightweight HTTP server source code Analysis

TINYHTTPD is an ultra-lightweight HTTP server, developed in C language, with all code less than 600 lines, with a simple client that can read this code to understand the nature of an HTTP server. SOURCE Download Link http://sourceforge.net/projects/tinyhttpd/ Before analyzing this source code, you need to have a certain understanding of network Protocols, UNIX programming, and HTTP, this assumes that you have a certain understanding of HTTP, if there

"Build a wheel"--cicada (Lightweight WEB framework)

Objective As the saying goes, "Don't reinvent the wheel," about whether it is necessary to stop this discussion. The main purpose of creating this project is to improve yourself, look at the gap between well-known open source projects and learn the best way to open source. Well, now focus on the core features of the Cicada project. I define him as a fast, lightweight WEB framework, and without too much reliance, the core jar package is only 30KB. You

Total Pages: 15 1 .... 11 12 13 14 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.