码迷,mamicode.com
首页 >  
搜索关键字:set    ( 56286个结果
64位Win2003系统让IIS运行在32位的环境下
安装了WIN2003系统64位的,IIS也是运行在64位下面,可是要使用伪静态,又找不到64位的伪静态组件,所以只好让IIS 运行在32位下面了,方法如下:cscript %systemdrive%\inetpub\adminscripts\adsutil.vbs set w3svc/appPool...
分类:Windows程序   时间:2014-10-14 14:32:38    阅读次数:262
mysql数据修改
update `dede_arctype` set `templist`='{style}/products.htm' where `templist`='{style}/Product.htm'dede_arctype :表名称templist :条件字段{style}/products...
分类:数据库   时间:2014-10-14 13:33:08    阅读次数:161
Intellij IDE 必备快捷键
##########Intellij IDE 快捷键########## Alt+回车 导入包,自动修正 Ctrl+N?? 查找类 Ctrl+Shift+N 查找文件 Ctrl+Alt+L? 格式化代码 Ctrl+Alt+O 优化导入的类和包 Alt+Insert 生成代码(如get,set方法,构造函...
分类:其他好文   时间:2014-10-14 11:55:28    阅读次数:259
Codeforces 46D Parking Lot(贪心模拟)
Codeforces 46D Parking Lot 题目链接 开线段树专题开出了这题。。看似要用区间合并求连续最大区间,其实不需要。因为询问才100个,直接set暴力去模拟即可,每次车进来就从左往右找到一个合适位置 代码: #include #include #include using namespace std; const int N = 100005; i...
分类:其他好文   时间:2014-10-14 11:11:58    阅读次数:173
AspJpeg组件给图片加透明图片水印 (from www.sysoft.cc)
'aspjpeg --PNG格式'将pic.jpg打上logo.png,可根据图片大小对水印图做适当调整filename="pic.jpg" '原始图片Set Jpeg1 = Server.CreateObject("Persits.Jpeg")Jpeg1.Open Server.MapPath(f...
分类:Web程序   时间:2014-10-14 08:32:27    阅读次数:360
Bash For Loop Examples
How do I use bash for loop to repeat certain task under Linux / UNIX operating system? How do I set infinite loops using for statement? How do I use t...
分类:其他好文   时间:2014-10-14 05:05:07    阅读次数:249
android JB2连拍降速原理介绍
1、HAL层(1)alps\mediatek\platform\mt6589\hardware\camera\core\camshot\MultiShot\MultiShot.cpp sleep实现降速。在sendCommand处理ECamShot_CMD_SET_CSHOT_SPEED。ECamS...
分类:移动开发   时间:2014-10-14 04:03:07    阅读次数:259
Java集合
Java集合:就是将若干用途、性质相同或者相近的“数据”组合而成一个整体。 ·从体系上讲,集合类型可以归纳为三种: 1.集(set):Set集合中不区分元素的顺序,不允许出现重复元素 2.列表(List):List集合区分元素的顺序,且允许包含重复元素。 3.映射(...
分类:编程语言   时间:2014-10-14 02:05:47    阅读次数:325
我的vim配置
"vundleset nocompatible " be iMproved, requiredfiletype off " required" set the runtime path to include Vundle and initi...
分类:系统相关   时间:2014-10-14 00:54:27    阅读次数:382
处理器架构——从RISC与CISC到x86、ARM、MIPS
1.CISC(Complex Instruction SetComputer,复杂指令集计算机)复杂指令集(CISC,Complex Instruction Set Computer)是一种微处理器指令集架构(ISA),每个指令可执行若干低阶操作,诸如从内存读取、储存、和计算操作,全部集于单一指令之...
分类:其他好文   时间:2014-10-13 23:22:17    阅读次数:344
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!