JasonBu

导航

04 2015 档案

windows server 2012 FTP SMB 文件夹权限继承
摘要:被坑了..win默认的权限继承,有继承就没有smb目录继承,有smb目录继承 父级文件夹的权限就删不掉..换ftp轻松愉快... 阅读全文

posted @ 2015-04-30 00:25 JasonBu 阅读(969) 评论(0) 推荐(0)

qsort C++ VS2013 leetcode
摘要:class Solution {private: static int compare(const void * a, const void * b) { return (*(int*)a - *(int*)b); }public:int majorityElemen... 阅读全文

posted @ 2015-04-25 17:54 JasonBu 阅读(341) 评论(0) 推荐(0)

关于u32中查找和定位最后到bit Number of 1 Bits
摘要:题目来源:https://leetcode.com/problems/number-of-1-bits/刷leetcode的时候发现了这个题目。作为常年跑底层嵌入式的我,对于这种题目兴趣还是很浓厚的class Solution {public: int hammingWeight(uint32... 阅读全文

posted @ 2015-04-25 01:57 JasonBu 阅读(201) 评论(0) 推荐(0)

iOS初步开发
摘要:趁公司目前iOS整个没人管理,我折腾一下调试工具,刚好nordic也有参考demo。然后作为helloworld级别的我。。。 就直接down下来,结果,还不错,不像oschina.net和coding.net的客户端,基本上没有用到pods,所以就直接编译成功了。然后在模拟器上跑一下,ok 没问题... 阅读全文

posted @ 2015-04-24 01:15 JasonBu 阅读(122) 评论(0) 推荐(0)

审核通过,发帖庆祝...
摘要:2015-04-05 记录博客成立 阅读全文

posted @ 2015-04-05 21:52 JasonBu 阅读(96) 评论(0) 推荐(0)