码迷,mamicode.com
首页 >  
搜索关键字:simple    ( 6450个结果
sql2008日志文件截断
日志文件比较大时,使用语句减少大小。USE DATABASENAME;GO-- Truncate the log by changing the database recovery model to SIMPLE.ALTER DATABASE DATABASENAMESET RECOVERY SIM...
分类:数据库   时间:2014-07-10 12:38:02    阅读次数:260
发现一段精简的模板算法(非原创)
引用自: http://ejohn.org/blog/javascript-micro-templating/// Simple JavaScript Templating// John Resig - http://ejohn.org/ - MIT Licensed(function(){ va....
分类:其他好文   时间:2014-07-10 00:12:59    阅读次数:251
优化!优化!
网上看到一篇文章,虽然它讲的是一个js库内部的方法,但对我理解js的MVC模式还是很有帮助的,为防止以后访问不了,先抄下来:$.Class为javascript模拟了继承的实现,他将jquery面向函数的编程和面向对象的编程衔接在一起。$.Class基于 John Resig 的Simple Cla...
分类:其他好文   时间:2014-07-10 00:02:26    阅读次数:293
10款设计师必备的响应式网页设计工具
随着便携设备用户的指数级增长,网页设计师采用响应式设计作为多平台布局解决方案,不但节省了设计师的时间,而且从长远角度来讲,响应式设计能够为用户提供更舒适的操作环境。如果你毫无经验,不知从何开始,那么这份工具列表将大大的帮助你,能够让你的布局更有“弹性”。Simple GridSimple Grid是...
分类:Web程序   时间:2014-06-27 21:01:20    阅读次数:218
简单工厂模式
??????简单工厂模式解释: 简单工厂模式(Simple Factory Pattern)属于类的创新型模式,又叫静态工厂方法模式(Static FactoryMethod Pattern),是通过专门定义一个类来负责创建其它类的实例,被创建的实例通常都具有共同的父类。简单工厂模式的UML图: 简...
分类:其他好文   时间:2014-06-27 18:29:49    阅读次数:195
What are the differences between shell , console & terminal?
答案1:The shell is a typical Unix program. It reads commands from the standard input and prints something on the standard output. This is simple and goo...
分类:其他好文   时间:2014-06-27 16:12:37    阅读次数:260
C# ClickOnce deployment for Windows Services ClickOnce 部署windows service
A simple solution that I use is to merely stop the service and x-copy the files from my bin folder into the service folder.A batch file to stop the se...
分类:Windows程序   时间:2014-06-27 00:43:40    阅读次数:500
UISprite
【UISprite】 UISprite用于引用一个UIAtlas中的sprite。 此脚本最强大的功能是Sprite Type,主要指定在需拉伸图片时的行为,它有以下几种值: 1)Simple:普通拉伸。 2)Sliced:九宫格拉伸,各边固定宽度通过Edit在UIAtlas中来...
分类:其他好文   时间:2014-06-25 14:38:07    阅读次数:229
GLSL实现Simple Displace Mapping 水仿真流体绘制 【转】
http://blog.csdn.net/a3070173/archive/2008/11/20/3342062.aspxDislaceMapping其实就是在顶点着色器中对顶点进行置换偏移,经常用于水仿真流体绘制.顶点着色器:uniformfloatg_fScale; uniformsampler...
分类:移动开发   时间:2014-06-25 13:45:08    阅读次数:282
UIButton
【UIButton】 Button is a simple component designed to receive hover, pressed and click events, and change the color of a remote sprite. You can also op....
分类:其他好文   时间:2014-06-25 13:30:43    阅读次数:276
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!