码迷,mamicode.com
首页 >  
搜索关键字:php __set    ( 135575个结果
qt 中文乱码
//QTextCodec::setCodecForLocale(QTextCodec::codecForName("UTF-8"));QTextCodec::setCodecForLocale(QTextCodec::codecForName("GBK"));
分类:其他好文   时间:2014-05-04 20:37:57    阅读次数:355
自定义Cell的 两种方法!
1.通过xib自定义cell* 添加tableView* 加载团购数据* 新建xib,获取子控件* 封装* 最后引入headerView和footerView(插入广告,加载更多)2.通过代码自定义cell* 引入UITableViewController* 加载模型数据,用自带的cell展示基本数...
分类:其他好文   时间:2014-05-04 20:31:04    阅读次数:430
php wamp 配置虚拟主机
apeach 配置; ServerAdmin webrx@126.com DocumentRoot "E:\wamp\www\yii_1113\fkgm" ServerName www.cup.com DirectoryIndex index.html index.php ...
分类:Web程序   时间:2014-05-04 20:13:47    阅读次数:331
mysql空值处理,从没尝试过的sql语句
String sql = "update kbr_user k set increment = ifnull(k.increment,0) + " + increment + ",integral = ifnull(k.integral,0) + " + integral + " where use...
分类:数据库   时间:2014-05-04 19:55:31    阅读次数:341
WIN7 64位 IE10打开WEB管理提示证书不安全
用IE10只要在CMD里运行 certutil -setreg chain\minRSAPubKeyBitLength 512就好了
分类:Windows程序   时间:2014-05-04 19:38:10    阅读次数:494
26566
$\bf命题1:$设$f\left( x \right) \in {C^1}\left( { - \infty , + \infty } \right)$,令\[{f_n}\left( x \right) = n\left[ {f\left( {x + \frac{1}{n}} \right) - ...
分类:其他好文   时间:2014-05-04 19:12:16    阅读次数:351
PHP图片处理类 phpThumb参数(转)
原文地址:http://www.jbxue.com/article/php/20251.htmlphpThumb几个基本参数一些有用的参数列一下: src:目标图片的地址 w:输出图片的宽度 h:输出图片的高度(如果不指定他将按w参数等比缩放) q:输出如果是JPG格式的,可以规定它的输出质量 bg...
分类:Web程序   时间:2014-05-04 19:11:51    阅读次数:507
win 8.1 64位彻底删除王码98
安全模式C:\Windows\SysWOW64\删除:winwb98.IME和winwb98.MB注册表:找到王码五笔相关的项.一般在最下面的以字母E开头的文件夹.全部删除.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard La...
分类:Windows程序   时间:2014-05-04 19:10:20    阅读次数:405
Javascript Array
ArraysArrays are zero-indexed, ordered lists of values. They are a handy way to store a set of related items of the same type (such as strings), thoug...
分类:编程语言   时间:2014-05-04 19:08:29    阅读次数:533
修改Cygwin的默认启动路径
原先启动Cygwin后,pwd显示:C:\Documents and Settings\Administrator@IBM-EBDC0EAC4B7 ~$ pwdC:\Documents and Settings\Administrator输入env查看目前系统有哪些环境变量:可以找到HOME=C:\...
分类:Windows程序   时间:2014-05-04 19:05:57    阅读次数:520
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!