码迷,mamicode.com
首页 >  
搜索关键字:invalid result location value/parameter    ( 21048个结果
Even the kids stated that ghd hair straightener
Even the kids stated that ghd hair straightener Huiyi points in the operation, As a end result of my mood, Therefore, the mass removing me … … When I ...
分类:其他好文   时间:2014-08-01 15:55:02    阅读次数:262
ThinkPHP运用递归实现无限级栏目分类
本例中,只加入能实现效果的内容,其他额外内容视情况添加。1.首先,创建栏目表(column)12345678910CREATETABLE`column`(`id`intUNSIGNEDNOTNULLAUTO_INCREMENT,`cname`varchar(30)NULL,`pid`intNULLDEFAULT0,PRIMARYKEY(`id`))ENGINE=MyISAMDEFAULTCHARACTERSET=utf8COLLATE=u..
分类:Web程序   时间:2014-08-01 13:57:22    阅读次数:3815
收集的一些零散代码
格式化文本,动态添加空格functionformatStr(constsrcStr:string;Leng:integer):string; var i,iLen:integer; begin //先把原字符串赋值给返回字符串Result Result:=srcStr; //计算相差多少空格 iLen:=Leng-Length(srcStr); //在返回字符串后,补齐空格 fori:=1toiLendo begin ..
分类:其他好文   时间:2014-08-01 13:55:42    阅读次数:168
ie下,php HTTP_REFERER获取失败的整理
HTTP_REFERER有效的情况1、以iframe 形式调用地址2、以window.open调用,打开新页面window.open(url);3、使用window.location.replace在Firefox 和Chrome下可以获取HTTP_REFERERwindow.location.re...
分类:Web程序   时间:2014-08-01 13:25:41    阅读次数:306
delphi 取得汉字的第一个字母
功能说明://取得汉字的第一个字母function GetPYIndexChar( hzchar:string):char;begincaseWORD(hzchar[1])shl8+WORD(hzchar[2])of$B0A1..$B0C4 : result:='A';$B0C5..$B2C0 : ...
分类:其他好文   时间:2014-08-01 12:56:41    阅读次数:174
复杂对象数组的排序
(注:result为待排序数组,newResult为排序后的数组)NSArray*newResult =[resultsortedArrayUsingComparator:^(idobj1,idobj2){NSDictionary*dic1 = (NSDictionary*)obj1;NSDicti...
分类:其他好文   时间:2014-08-01 12:55:01    阅读次数:143
delphi 取得汉字的第一个字母
功能说明://取得汉字的第一个字母function GetPYIndexChar( hzchar:string):char;begincaseWORD(hzchar[1])shl8+WORD(hzchar[2])of$B0A1..$B0C4 : result:='A';$B0C5..$B2C0 : ...
分类:其他好文   时间:2014-08-01 12:52:51    阅读次数:223
Asp.Net 使用System.Data.OracleClient 连接oralce中文乱码以及sql含中文别名出现ORA-00911:Invalid character解决办法
不需要去修改oracle以及client的字符集,只需要在web.config中连接字符串上加上 Unicode=True 问题解决。
分类:数据库   时间:2014-07-31 19:43:17    阅读次数:2371
Yii 框架里数据库操作详解-[增加、查询、更新、删除的方法 'AR模式']
======================================= public function getMinLimit () { $sql = "..."; $result = yii::app()->db->createCommand($sql); $query = $result...
分类:数据库   时间:2014-07-31 16:53:16    阅读次数:343
nios ii 建立库文件,并在新工程中被调用
选择Nios II Library选择location,这样的话库文件时独立的,而如果选择 Make library depend on a BSP的话会依赖BSP,如果BSP被删除了那新工程编译时会报错。添加c源文件和h头文件然后build project然后新建工程:file->Nios II ...
分类:移动开发   时间:2014-07-31 16:17:47    阅读次数:342
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!