码迷,mamicode.com
首页 >  
搜索关键字:off    ( 6482个结果
【Count and Say】cpp
题目: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
c++调用DOS命令,不显示黑屏
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
jquery学习收获
选择器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
Java for LeetCode 038 Count and Say
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
32位PLSQL连接64位oracle中文乱码
项目中用到了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
cocos2d-x 3.0 以上 批处理创建新工程
总喜欢偷懒,花了点时间写了下面的批处理,用得着的,拿去,拿去  @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
Count and Say
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
RHEL6.4 KVM 桥接上网的设置
关闭网络管理器 chkconfig NetworkManager off ##和桥接有冲突,要关闭 service NetworkManager stop 修改eth0为物理网口,br0为桥接网口配置文件: [root@vfeelit network-scripts]# cat ifcfg-br0 ...
分类:其他好文   时间:2015-05-07 20:20:08    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!