无标题文档 新闻体育娱乐文化 新闻新闻新闻新闻新闻新闻新闻新闻新闻 新闻新闻新闻新闻新闻新闻新闻新闻新闻 新闻新闻新闻新闻新闻新闻新闻新闻新闻 ...
分类:
Web程序 时间:
2015-07-07 12:33:17
阅读次数:
180
#include "stdio.h"#include "stdlib.h"#include "math.h"#include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 20 /* 存...
分类:
其他好文 时间:
2015-07-07 12:32:00
阅读次数:
124
安装前系统准备1.gcc-c++、ncurses包# yum install gcc-c++ ncurses-devel 2.GNU make程序包。建议安装GNU make 3.75以上版本,下载地址http://www.gnu.org/software/make/# yum install m....
分类:
数据库 时间:
2015-07-07 12:32:28
阅读次数:
152
A classic interview question. This link has a nice explanation of the idea using two stacks and its amortized time complexity.I use the same idea in m...
分类:
其他好文 时间:
2015-07-07 12:33:18
阅读次数:
102
import javax.net.ssl.SSLContext;import javax.net.ssl.TrustManager;import javax.net.ssl.X509TrustManager;import java.security.cert.CertificateException...
分类:
Web程序 时间:
2015-07-07 12:31:39
阅读次数:
143
grunt是nodejs下的一个任务运行器,通过配置文件可以很方便的执行一系列任务安装 1.npm install -g grunt-cli 安装grunt辅助命令(可以直接在命令行中执行grunt命令) 2.到给定目录 3.npm install grunt 安装grunt 4.安装g...
分类:
其他好文 时间:
2015-07-07 12:32:35
阅读次数:
94
原文地址:http://blog.sina.com.cn/s/blog_49cb42490100s6ud.html1.STM32的Timer简介STM32中一共有11个定时器,其中2个高级控制定时器,4个普通定时器和2个基本定时器,以及2个看门狗定时器和1个系统嘀嗒定时器。其中系统嘀嗒定时器是前文中...
分类:
其他好文 时间:
2015-07-07 12:30:56
阅读次数:
116
嵌套事务和事务保存点的错误处理对于嵌套事务。1.外部起事务,内部起事务,内外都有Try Catch内部出错:如果内部事务出错,内部和外部事物全部回滚,外部回滚之前的操作全部不存在,但是之后的操作继续执行。外部出错:如果外部事物出错,内部和外部事物全部回滚,外部回滚之前的操作全部不存在,但是之后的操作...
分类:
其他好文 时间:
2015-07-07 12:33:25
阅读次数:
97
这个问题一看就知道跟存储过程有关,所以我直接去后台实现类找到了这个的存储过程存储过程里第一句就是quhua_code 从 select 开始 就是查询出 4个地方的名字 然后在把这查询出的数据给@quhua_code 临时表然后就把这个查询语句放在新建查询里单独拿出来 查询 因为@quhua_cod...
分类:
其他好文 时间:
2015-07-07 12:31:35
阅读次数:
306
可读写的缓冲1. 使用vector作为内部实现2. 定义前插区,可读区,后插区,用动态整数下标标记位置,其中下标满足 0<= readIndex <= writeIndex <= size()3. 定义初始化时前插的大小,和后插的大小,比如 readIndex = writeIndex = 8, s...
分类:
其他好文 时间:
2015-07-07 12:30:35
阅读次数:
71
AJAX返回我们经常会用到ajax,当我们想返回json时,需要这样写.1 context.Response.ContentType="application/json";2 context.Response.Write("{");3 context.Response.Write("\"code\"...
分类:
Web程序 时间:
2015-07-07 12:33:10
阅读次数:
149
#include "stdio.h"#include "string.h"#include "ctype.h"#include "stdlib.h"#include "math.h"#include "time.h"#define OK 1#define ERROR 0#define TRUE 1#...
分类:
其他好文 时间:
2015-07-07 12:32:53
阅读次数:
111
1.在http://www.apuebook.com下载源代码2. 视图READroot@ubuntu:/home/wl/mywork/apue.2e# cat -n README 1 Read the file called DISCLAIMER. 2 3 Some s...
分类:
系统相关 时间:
2015-07-07 12:30:14
阅读次数:
174
因为搜得辛苦,正好也写点关于我morto工作有关的事情,给大家和我一样扫盲,哈哈The GSM Mobile Country Code (MCC) is different from the international dialing country code. It is a 3 digit co...
分类:
其他好文 时间:
2015-07-07 12:30:04
阅读次数:
128
解法一:判断一个数是否为2的n次方 若一个数为2的n次方的话 它的二进制则为最高位为1 其余为0 1 class Solution { 2 public: 3 bool isPowerOfTwo(int n) { 4 5 if(n>1;13 ...
分类:
其他好文 时间:
2015-07-07 12:29:42
阅读次数:
74
首先看下Prototype里的写法:var Class = { create: function() { return function() { this.init.apply(this, arguments); } } } var A = Class.create(); A.prototype =...
分类:
Web程序 时间:
2015-07-07 12:30:38
阅读次数:
123
自从上次告诉大家把api.ip.360.cn指向电信线路,或者重定向,就会改变360的测速结果。可能是后面360更新了,自然对新的360不一定生效,具体由于我没有双线路,没有测试哦~~~~最主要的是我很讨厌360的产品今天得空,就简单告诉一下360的测试原理,这样不论你是要设置显示结果,还是测试过程...
分类:
移动开发 时间:
2015-07-07 12:31:07
阅读次数:
122