码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
Nginx反向代理模板
nginx反向代理模板,修改nginx.conf#Basic reverse proxy server #upstream jexus{ server localhost:8080; #jexus}server { listen 80; server_name localhost; ...
分类:其他好文   时间:2015-07-01 17:55:25    阅读次数:274
c#中的static
概述 像在VB,C#,C,C++,Java中我们可以看到static作为关键字和函数出现,在其他的高级计算机语言如FORTRAN、ALGOL、COBOL、BASIC、LISP、SNOBOL、PL/1、Pascal、PROLOG、Ada等语言中也是有出现的,只是有着不同的作用,对于其具体作用,读者有需要的时候是可以具体查阅的。 理解...
分类:Windows程序   时间:2015-07-01 14:14:13    阅读次数:163
IAR EWAR 内联汇编 调用外部函数 Error[Og005], Error[Og006]
How do I call a C function in another module from inline assembler in IAR EWARM?I have a bit of assembly in a hard fault handler.The assembly is basic...
分类:其他好文   时间:2015-07-01 11:56:11    阅读次数:276
android.view.View
* This class represents the basic building block for user interface components. A View* occupies a rectangular area on the screen and is responsible f...
分类:移动开发   时间:2015-06-30 14:47:39    阅读次数:283
what is archeage honor weapons?
in my opinion,there are many kinds of weapons in archeage online, those include basic weapons and many other weapons,different weapons have different ...
分类:其他好文   时间:2015-06-30 12:44:53    阅读次数:102
Aes encrypt
转载来自:http://songlee24.github.io/2014/12/13/aes-encrypt/AES加密算法的C++实现 发表于 2014-12-13 | 分类于 Basic-信息安全 | 暂无评论 摘要:作为新一代的加密标准,AES 旨在取代 DES(请看《DES加密算...
分类:其他好文   时间:2015-06-30 12:11:41    阅读次数:152
[LeetCode-JAVA] Basic Calculator II
题目:Implement a basic calculator to evaluate a simple expression string.The expression string contains onlynon-negativeintegers,+,-,*,/operators and em...
分类:编程语言   时间:2015-06-29 21:59:02    阅读次数:148
Http服务器性能测试工具ab..
-A auth-username:password 对服务器提供BASIC认证信任.用户名和密码由一个:隔开,并以base64编码形式发送,无论服务器是否需要(即,是否发送了401认证需求代码),此字符串都会被发送-c concurrency 一次产生的请求个数,默认是一次一个.-C ...
分类:Web程序   时间:2015-06-29 13:15:58    阅读次数:128
awk应用-信息的检索
awk应用-信息的检索 awk程序可以用于检索数据库中的信息,数据库实际上是各种类型的文本文件。文本文件的结构化越好,对其处理就越容易工作,尽管这个结果不过是由独立的单词组成的行。 下面这个首字母缩写词列表是一个简单的数据库。 $ cat acronyms BASIC Beginner' s AI I-Purpose Symbol ic Instruction Co...
分类:其他好文   时间:2015-06-29 10:17:44    阅读次数:107
c++ string类的完整实现!!!
c++ string类的完整实现,标注库有的功能这里基本都有,在此基础上可以进行良好的扩充!!!...
分类:编程语言   时间:2015-06-29 10:05:02    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!