1.CreateThread与_beginthreadex#pragma once#include#include#include#include//子线程函数DWORD WINAPI ThreadFun1(LPVOID pM){ printf("子线程的线程ID号为:%d\nHello wo...
分类:
编程语言 时间:
2015-08-09 22:25:56
阅读次数:
223
XE6的IDE已经设计的非常棒了,是该放弃D7了,投入XE6的怀抱。。本人用的XE6版本是 Embarcadero.Delphi.XE6.RTM.Inc.Update1.v20.0.16277.1276.Lite.v9.1,整个ISO大小为2.29GB老习惯了,先创建一个XE6版本的Hello Wo...
分类:
其他好文 时间:
2015-08-03 16:32:30
阅读次数:
134
html5中可以使用二维码扫描,也可以从相册中选择二维码识别,代码如下 var ws = null, wo = null; var scan = null, domready = false; // H5 plus事件处理 function p...
分类:
其他好文 时间:
2015-07-27 22:46:59
阅读次数:
286
gitinit#初始化
gitconfig--globaluser.name"mortal"
gitconfig--globaluser.email"mortal@gmail.com"
gitadd.#添加要提交的文件
gitcommit-m"initial"#提交一个版本
gitstatus#目前状态
gitdiff#可以比对文件
在git提交环节,存在三大部分:workingtree,indexfile,commit
wo..
分类:
其他好文 时间:
2015-07-24 18:45:55
阅读次数:
157
一、基本选择器 aaaaaaaaaaa bbbbbbbbb ccccccccc $(function () { $("#div1").html("hello world 1"); //根据id匹配元素(a) $(".c1").html("hello wo...
分类:
Web程序 时间:
2015-07-21 16:48:17
阅读次数:
106
1.可变变量 一个变量的变量名可以动态地设置和使用。一个普通的变量通过声明来设置,而一个可变变量获取了一个普通变量的值作为这个可变变量的变量名,如下所示: "; //输出"hello world" echo "$hi ${$hi}"; //输出"hello wo...
分类:
Web程序 时间:
2015-07-21 10:25:59
阅读次数:
117
Time Limit:2000MSMemory Limit:65536KB64bit IO Format:%lld & %lluSubmitStatusPracticeZOJ 3876DescriptionAs a university advocating self-learning and wo...
分类:
其他好文 时间:
2015-07-17 22:24:34
阅读次数:
121
1.1. 与FoosunCMS 3.1.0930整合 基于WordPaster-asp-CKEditor4.x示例 下载地址:http://www.ncmem.com/download/WordPaster/asp/CKEditor4x.rar 1.1.1. 上传WordPaster文件夹 可将Wo...
分类:
Web程序 时间:
2015-07-17 11:26:03
阅读次数:
178
1. Eclipse/MyEclipse atl+/ 快捷键失效当把操作系统语言设置为英文时,eclipse/myeclipse的atl+/快捷键失效了,解决办法:Eclipse下进入Windows ->Preperences ->General ->keys或者Ctrl+Shift+LL1、把wo...
分类:
其他好文 时间:
2015-07-12 22:59:23
阅读次数:
165