上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 49 下一页
摘要: PHP 连接打开新网页带参数 aa.php?ID=123 取ID参数 $aid=$_GET['ID']; 网页的Render Mode,有两种。 Quirks mode Standards compliance mode PHP输出网页类型 阅读全文
posted @ 2015-12-29 20:38 lypzxy 阅读(1040) 评论(0) 推荐(0)
摘要: PHP PDOexecute 执行错误,原因分析$dbcon->setAttribute(PDO::ATTR_ERRMODE,PDO::ERRMODE_EXCEPTION);或者$dbcon->setAttribute(PDO::ATTR_ERRMODE,PDO::ERRMODE_WARNING)... 阅读全文
posted @ 2015-12-29 17:51 lypzxy 阅读(344) 评论(0) 推荐(0)
摘要: 定义当前页面的编码属性 Ctrl+j 标题/编码 将编码改成UTF8即可PhpStorm FILE->Setting->File Encoding->将UTF-8改成GBK 阅读全文
posted @ 2015-12-27 20:22 lypzxy 阅读(249) 评论(0) 推荐(0)
摘要: [weak] FMusicPlayer: TMusicPlayer; [weak]修饰, 编译器在处理这个变量的时候不会调用该变量内容的__ObjAddRef和__ObjRelease., procedure DoUpdateUI(newPos: Single);//更新进度条 procedure 阅读全文
posted @ 2015-12-26 14:03 lypzxy 阅读(439) 评论(0) 推荐(0)
摘要: 1、关闭定位2、关闭后台刷新 阅读全文
posted @ 2015-12-25 20:22 lypzxy 阅读(202) 评论(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 阅读(366) 评论(0) 推荐(0)
摘要: float:元素在哪个方向浮动,左右或不浮动,left,right,nonemargin:边距为0display 属性规定元素应该生成的框的类型。block,此元素将显示为块级元素,此元素前后会带有换行符。http://www.w3school.com.cn/cssref/pr_class_disp... 阅读全文
posted @ 2015-12-23 19:32 lypzxy 阅读(148) 评论(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 阅读(389) 评论(0) 推荐(0)
摘要: 1、代码格式,命令>应用源格式。 阅读全文
posted @ 2015-12-23 15:08 lypzxy 阅读(169) 评论(0) 推荐(0)
摘要: DIV+CSSHTML5640PX 阅读全文
posted @ 2015-12-22 20:49 lypzxy 阅读(166) 评论(0) 推荐(0)
摘要: trunc取整 四舍五入 formatfloat('0.00', 2.1850) 看第二位,然后对后面的数字处理,偶数的话舍去,奇数四舍五入 System.Math.RoundTo(tempval,-2) Round(四舍六入五留双) 传统的四舍五入函数RoundClassic trunc(取得X的 阅读全文
posted @ 2015-12-22 19:49 lypzxy 阅读(485) 评论(0) 推荐(0)
摘要: Delphi IOS 后台运行同样的程序,编译成android,锁屏后继续运行正常,蓝牙通讯正常,但在IOS下锁屏后程序的蓝牙就中断通讯了?IOS的机制就是这样,锁屏就关闭了。音乐播放器是怎么做到的?锁屏还能继续工作?查看iPhone手机,关闭后台刷新,依然可以播放音乐。另外还有系统设置里的后台刷新... 阅读全文
posted @ 2015-12-22 09:36 lypzxy 阅读(1202) 评论(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 阅读(397) 评论(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 阅读(668) 评论(0) 推荐(0)
摘要: $_SERVER['REMOTE_ADDR']; 阅读全文
posted @ 2015-12-20 21:26 lypzxy 阅读(141) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 49 下一页