上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 49 下一页
摘要: 定义当前页面的编码属性 Ctrl+j 标题/编码 将编码改成UTF8即可PhpStorm FILE->Setting->File Encoding->将UTF-8改成GBK 阅读全文
posted @ 2015-12-27 20:22 lypzxy 阅读(237) 评论(0) 推荐(0) 编辑
摘要: [weak] FMusicPlayer: TMusicPlayer; [weak]修饰, 编译器在处理这个变量的时候不会调用该变量内容的__ObjAddRef和__ObjRelease., procedure DoUpdateUI(newPos: Single);//更新进度条 procedure 阅读全文
posted @ 2015-12-26 14:03 lypzxy 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 1、关闭定位2、关闭后台刷新 阅读全文
posted @ 2015-12-25 20:22 lypzxy 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 循环$rs = $bbs->query("select top 10 * from tt");while($row = $rs->fetch()) { //print_r($row); echo($row['Field1']); echo($row['Field2']); ... 阅读全文
posted @ 2015-12-23 22:07 lypzxy 阅读(361) 评论(0) 推荐(0) 编辑
摘要: float:元素在哪个方向浮动,左右或不浮动,left,right,nonemargin:边距为0display 属性规定元素应该生成的框的类型。block,此元素将显示为块级元素,此元素前后会带有换行符。http://www.w3school.com.cn/cssref/pr_class_disp... 阅读全文
posted @ 2015-12-23 19:32 lypzxy 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Firebug Tab Mix plus Firebug Tab Mix plus :系统退出自动保存tab List。 tab mix options>Session>start/exit>when browse start>select "restore" option. zoom page 1 阅读全文
posted @ 2015-12-23 19:04 lypzxy 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 1、代码格式,命令>应用源格式。 阅读全文
posted @ 2015-12-23 15:08 lypzxy 阅读(164) 评论(0) 推荐(0) 编辑
摘要: DIV+CSSHTML5640PX 阅读全文
posted @ 2015-12-22 20:49 lypzxy 阅读(156) 评论(0) 推荐(0) 编辑
摘要: trunc取整 四舍五入 formatfloat('0.00', 2.1850) 看第二位,然后对后面的数字处理,偶数的话舍去,奇数四舍五入 System.Math.RoundTo(tempval,-2) Round(四舍六入五留双) 传统的四舍五入函数RoundClassic trunc(取得X的 阅读全文
posted @ 2015-12-22 19:49 lypzxy 阅读(463) 评论(0) 推荐(0) 编辑
摘要: Delphi IOS 后台运行同样的程序,编译成android,锁屏后继续运行正常,蓝牙通讯正常,但在IOS下锁屏后程序的蓝牙就中断通讯了?IOS的机制就是这样,锁屏就关闭了。音乐播放器是怎么做到的?锁屏还能继续工作?查看iPhone手机,关闭后台刷新,依然可以播放音乐。另外还有系统设置里的后台刷新... 阅读全文
posted @ 2015-12-22 09:36 lypzxy 阅读(1157) 评论(0) 推荐(0) 编辑
摘要: 添加自己的文件。 Project>Deployment>Add File Remote Path android and IOS: assets\internal\ TPath.GetDocumentsPath /data/data/com.tt.project/files IOS目录: Start 阅读全文
posted @ 2015-12-21 23:00 lypzxy 阅读(383) 评论(0) 推荐(0) 编辑
摘要: iPhone5是32位的,所以按照64位编译出来的32位不支持,下面3种方案的,选择第3中就可以了。5S是64位。e8000087: Your iOS device does not support the selected target platform architecture. This ca... 阅读全文
posted @ 2015-12-21 14:58 lypzxy 阅读(657) 评论(0) 推荐(0) 编辑
摘要: $_SERVER['REMOTE_ADDR']; 阅读全文
posted @ 2015-12-20 21:26 lypzxy 阅读(128) 评论(0) 推荐(0) 编辑
摘要: php SqlServer 中文汉字乱码,用iconv函数转换 查询显示的时候,从GB转换为UTF8 保存提交数据,数据库是GB2312编码,从utf转为gb [client] default-character-set=utf8 [mysql] default-character-set=utf8 阅读全文
posted @ 2015-12-20 19:11 lypzxy 阅读(486) 评论(0) 推荐(0) 编辑
摘要: $bbs = new PDO("odbc:MSSQLServer", $username_bbs, $password_bbs $server='127.0.0.1';$userid='sa';$pw='123';$dbname='test';$constring='odbc:driver={SQL 阅读全文
posted @ 2015-12-20 13:20 lypzxy 阅读(1204) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 49 下一页