题目:The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as...
分类:
其他好文 时间:
2015-05-11 20:03:26
阅读次数:
109
WinExec("Cmd.exe /C md c://12", SW_HIDE);注释:/c是什么意思,不用/C会报错CMD [/A | /U] [/Q] [/D] [/E:ON | /E:OFF] [/F:ON | /F:OFF] [/V:ON | /V:OFF] [[/S] [/C | /K] ...
分类:
编程语言 时间:
2015-05-11 19:49:40
阅读次数:
208
选择器eq():siblings():样式操作class({});addClass():removeClass():事件on:动态绑定事件off:动态移除事件数据缓存
分类:
Web程序 时间:
2015-05-11 14:21:29
阅读次数:
132
$source = "C:\Windows\System32\WindowsPowerShell\v1.0\Modules\Carbon"$target = "\c$\Windows\System32\WindowsPowerShell\v1.0\Modules"$ON_OFF = Import-C...
分类:
其他好文 时间:
2015-05-11 10:22:41
阅读次数:
121
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1 is read off as "one 1" or 11.11 is read off ...
分类:
编程语言 时间:
2015-05-09 17:25:14
阅读次数:
161
1.BuildRelease.bat用于不开启VS直接编译、部署、创建和恢复快照 WindowsPhone APP,注册WindowsPhone手机。进行了编译和部署的效果:BuildRelease.bat 1 @echo off 2 pushd "%~dp0" 3 title Build R...
分类:
其他好文 时间:
2015-05-09 10:04:32
阅读次数:
197
项目中用到了64位oracle,但是当时本地用的是32位PLSQL,因此PLSQL中一直显示的中文都是乱码,开始以为是数据库问题,后经查证数据库没有问题,网上搜了一下午,终于得到答案了。原来需要在PLSQL文件夹中新建一个bat文件,内容如下
@echo off
set path=G:\app\Administrator\product\11.2.0\client_1
set ORACLE...
分类:
数据库 时间:
2015-05-08 16:39:13
阅读次数:
121
总喜欢偷懒,花了点时间写了下面的批处理,用得着的,拿去,拿去
@echo off
set /p projectName=请输入项目名称:
if "%projectName%"=="" goto inputError
set /p packageName=请输入包标示名:
if "%packageName%"=="" goto inputError
set /p pr...
分类:
其他好文 时间:
2015-05-08 13:01:12
阅读次数:
118
The count-and-say sequence is the sequence of integers beginning as follows:
1, 11, 21, 1211, 111221, …1 is read off as “one 1” or 11.
11 is read off as “two 1s” or 21.
21 is read off as “one 2, the...
分类:
其他好文 时间:
2015-05-07 22:13:13
阅读次数:
111
关闭网络管理器 chkconfig NetworkManager off ##和桥接有冲突,要关闭 service NetworkManager stop 修改eth0为物理网口,br0为桥接网口配置文件: [root@vfeelit network-scripts]# cat ifcfg-br0 ...
分类:
其他好文 时间:
2015-05-07 20:20:08
阅读次数:
177