C#交流俱乐部

学习为主,互相帮助

博客园 首页 新随笔 联系 订阅 管理
上一页 1 2 3 4 5 6 ··· 9 下一页

2017年12月15日 #

摘要: 在小米手机上,每次安装一个自己的插件总需要打开安全中心进行root权限授权,非常的麻烦,总共需要电5次确认,每次需要等5秒 因为插件开发的需求,希望重启计算机时候判断是否已经root,未root则自动提权root,所以我查了一些supersu的授权机制,经启发想到小米是否也是如此,通过数据库的方式进 阅读全文
posted @ 2017-12-15 16:52 bluce chen 阅读(2470) 评论(0) 推荐(0) 编辑

2017年12月5日 #

摘要: 昨花了点时间,参考github issues 总算实现了基于xposed的系统服务注入,本文目的是为了“解决应用之间hook后数据共享,任意app ServiceManager.getService就可以直接调用aidl实现了进程通信”(比如aidl service实现socket,http ser 阅读全文
posted @ 2017-12-05 16:00 bluce chen 阅读(3034) 评论(0) 推荐(0) 编辑

2017年1月25日 #

摘要: 2017总结: 1.英语.(打鱼晒网模式....) 2.opencv(暂停了,改成xposed) 读书: 离散&线性&已买的黑皮书,初读&实践 阅读全文
posted @ 2017-01-25 15:23 bluce chen 阅读(159) 评论(0) 推荐(0) 编辑

2016年2月18日 #

摘要: class testViewController:BaseViewController,UICollectionViewDataSource, UICollectionViewDelegate , UICollectionViewDelegateFlowLayout{ lazy var myColl 阅读全文
posted @ 2016-02-18 01:16 bluce chen 阅读(218) 评论(0) 推荐(0) 编辑

2015年7月20日 #

摘要: //pageinfo$scope.pageSize=10;$scope.currentType={{ current_type }};$scope.currentPage={{ json_encode(current_page) }};$scope.totalPage={{ json_encode(... 阅读全文
posted @ 2015-07-20 10:52 bluce chen 阅读(338) 评论(1) 推荐(0) 编辑

2015年5月22日 #

摘要: Reveal分析IOS界面,需要得到app的 softwareVersionBundleId上传到iphone中 ,而IOS8的iTunesMetadata.plist(设备路径/var/mobile/Containers/Bundle/Application)提取plist文件使用tar命令1.c... 阅读全文
posted @ 2015-05-22 21:56 bluce chen 阅读(725) 评论(0) 推荐(0) 编辑

2015年2月6日 #

摘要: var rewardTypes={"experience":{"\u7ecf\u9a8c\u503c":{"1":"\u660e\u661f\u6587\u827a\u996d","2":"\u6587\u827a","3":"\u963f\u91cc\u5df4\u5df4\u7f51"}},"m... 阅读全文
posted @ 2015-02-06 10:37 bluce chen 阅读(2382) 评论(0) 推荐(0) 编辑

2015年2月5日 #

摘要: 前提条件:1.路由配置dmz主机为tk1的ip ,设置路由器中ssh 端口22的访问权限2.有一台远程服务器,服务器安装了php可以运行php文件(我使用的是阿里云)家中tk1配置:脚本python 部署在jetson tk1上,然后设置crontab 定时执行把python脚本放在 /jetson... 阅读全文
posted @ 2015-02-05 12:10 bluce chen 阅读(797) 评论(0) 推荐(0) 编辑

2014年4月21日 #

摘要: public class BuildSqlTool { public static string GetCreateTableSql(object t) { //CREATE TABLE "StructureView2"("Id" INTEGE... 阅读全文
posted @ 2014-04-21 23:23 bluce chen 阅读(3498) 评论(1) 推荐(0) 编辑

2014年3月24日 #

摘要: prism对于逻辑复杂的页面,通过建立 controller实现逻辑管理按着一般的做法就是,各模块的viewmodel import由各模块去实例化(理解有限),但是通过controller实现了统一的入口点管理,以及一些业务关联处理(OrdersController)(我在刚开始在项目中使用,为了快速实现,没有去深入理解controller带来的好处,虽然mvc项目中经常用到,随着深入理解才发现了它的优点)比较容易入门理解的就是 NewsController 的实现,它包含了ArticleViewModel 和NewsReaderViewModel相对复杂的实现就是 OrdersContro 阅读全文
posted @ 2014-03-24 22:59 bluce chen 阅读(285) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 9 下一页