摘要:
https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegate_Protocol/index.html#//apple_ref/occ/intfm/UIApplicationDel...
阅读全文
posted @ 2016-01-06 15:01
lypzxy
阅读(214)
推荐(0)
摘要:
ojective-c convert to pascal patternhttp://www.cnblogs.com/cnsoft/archive/2013/06/09/3128619.htmlCase I. Simple ClassObjective-CXE4// Protocol@protoco...
阅读全文
posted @ 2016-01-06 00:09
lypzxy
阅读(273)
推荐(0)
摘要:
my.ini [mysql]default-character-set=utf8 [mysqld]character-set-server=utf8 mysql建表 CREATE TABLE `xxx ` (myname varchar(255)) ENGINE=MyISAM DEFAULT CHA
阅读全文
posted @ 2016-01-05 19:43
lypzxy
阅读(195)
推荐(0)
摘要:
$dbcon='123';方法一、funtion fun1(){global $dbcon;$dbcon-> 就可以访问了。}方法二$GLOBALS['$dbcon'];
阅读全文
posted @ 2016-01-05 16:22
lypzxy
阅读(358)
推荐(0)
摘要:
TBluetoothLE 控件TBluetoothLE.FManager: TBluetoothLEManager;class constructor TBluetoothLEManager.Create;begin FBluetoothManagerClass := TPlatformBluet...
阅读全文
posted @ 2016-01-04 15:46
lypzxy
阅读(774)
推荐(0)
摘要:
https://www.apachefriends.org/index.html Apache + MariaDB + PHP + Perl http://www.xampps.com/ Apache + MySQL + PHP + Perl https://www.microsoft.com/en
阅读全文
posted @ 2016-01-03 21:35
lypzxy
阅读(198)
推荐(0)
摘要:
http://dev.mysql.com/downloads/mysql/http://jingyan.baidu.com/article/597035521d5de28fc00740e6.htmlhttp://dev.mysql.com/downloads/installer/不用注册,点击No ...
阅读全文
posted @ 2016-01-03 20:51
lypzxy
阅读(144)
推荐(0)
摘要:
微信公众平台自定义菜单,PHP格式{ "button": [ { "type": "click", "name": "今日歌曲", "key": "V1001_TODAY_MUSIC" }, ...
阅读全文
posted @ 2016-01-01 16:49
lypzxy
阅读(197)
推荐(0)
摘要:
Call to undefined function curl_init php.ini curl_init extension=php_curl.dll xampp\php\php.ini 2018.7.7,for windows2016 server 这种方法解决了。 在php.ini中exte
阅读全文
posted @ 2016-01-01 15:21
lypzxy
阅读(885)
推荐(0)
posted @ 2015-12-31 16:48
lypzxy
阅读(644)
推荐(0)
摘要:
[ilink32 Error] Error: Unresolved external 'URLDownloadToFileW' referenced from D:\USERS\PUBLIC\DOCUMENTS\EMBARCADERO\STUDIO\17.0\DCP\xxx.LIB 肯定有#incl
阅读全文
posted @ 2015-12-31 16:32
lypzxy
阅读(507)
推荐(0)
摘要:
JavaScript字符串转换日期方法1:function strToDate(str){ var val=Date.parse(str); var newDate=new Date(val); return newDate;} 方法二:function strToDate(str){ va...
阅读全文
posted @ 2015-12-30 20:15
lypzxy
阅读(295)
推荐(0)
摘要:
document.getElementById('yybz').value=jsdata.toLocaleString();document.getElementById('yybz').innerHTML=jsdata.toLocaleString();
阅读全文
posted @ 2015-12-30 19:29
lypzxy
阅读(269)
推荐(0)
摘要:
写个函数判断是否为空 function checkform() { if($("#pname").val()=='') { alert('姓名不能为空!'); return false; }}
阅读全文
posted @ 2015-12-30 10:29
lypzxy
阅读(176)
推荐(0)
摘要:
PHP 连接打开新网页带参数 aa.php?ID=123 取ID参数 $aid=$_GET['ID']; 网页的Render Mode,有两种。 Quirks mode Standards compliance mode PHP输出网页类型
阅读全文
posted @ 2015-12-29 20:38
lypzxy
阅读(1033)
推荐(0)