会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
张同光 (Tongguang Zhang)
张同光 (Tongguang Zhang):Hello everyone !
Let us make progress together every day ! —— 微信号:ztguang
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
79
80
81
82
83
84
85
86
87
···
164
下一页
2016年6月26日
Hex Editor in Linux —— hte —— VIM
摘要: Bless is a high quality, full featured hex editor.wxHexEditor is another Free Hex Editor, built because th...
阅读全文
posted @ 2016-06-26 08:16 张同光
阅读(141)
评论(0)
推荐(0)
2016年6月25日
Specify soname when creating shared library
摘要: http://man7.org/conf/lca2006/shared_libraries/slide4b.htmlThe shared library soname (cont.)Here's how to u...
阅读全文
posted @ 2016-06-25 23:41 张同光
阅读(124)
评论(0)
推荐(0)
executable binary cannot run on android marshmallow (android 6.0)
摘要: http://stackoverflow.com/questions/34492583/executable-binary-cannot-run-on-android-marshmallowI built ffm...
阅读全文
posted @ 2016-06-25 23:25 张同光
阅读(203)
评论(0)
推荐(0)
Android std and stl support - C++ Library Support
摘要: https://developer.android.com/ndk/guides/cpp-support.htmlThe Android platform provides a very minimal C++ ...
阅读全文
posted @ 2016-06-25 20:15 张同光
阅读(171)
评论(0)
推荐(0)
Android std and stl support - C++ Library Support
摘要: Android std and stl support - C++ Library Supporthttps://developer.android.com/ndk/guides/cpp-support.html...
阅读全文
posted @ 2016-06-25 20:15 张同光
阅读(118)
评论(0)
推荐(0)
(OK) static linked & dynamically linked - -static -nostdlib -Wl,-dy -ldl -lc -Wl,-dn
摘要: -static -nostdlib -Wl,-v -Wl,-dy -lc -ldl -lstlport -lstdc++ -Wl,-dn -lgcc -lsqlite -lxerces-c -lLibraries -lWorkflowEngineD http://blog.csdn.net/ztgu
阅读全文
posted @ 2016-06-25 15:10 张同光
阅读(195)
评论(0)
推荐(0)
(OK)(OK) cross compile quagga-0.99.21mr2.2 for android-x86 in Fedora23
摘要: ------------------------------------------------cross compile quagga-0.99.21mr2.2 for android-x86 in Fedor...
阅读全文
posted @ 2016-06-25 11:19 张同光
阅读(125)
评论(0)
推荐(0)
linux和STL 常用头文件及说明
摘要: http://blog.csdn.net/bodogbo11/article/details/81139701、 Linux中一些头文件的作用::ANSI C。提供断言,assert(表达式):GCC。GTK,G...
阅读全文
posted @ 2016-06-25 11:03 张同光
阅读(251)
评论(0)
推荐(0)
2016年6月24日
Firefox 新增容器标签:可同时登录多个用户
摘要: http://www.linuxdiyf.com/viewarticle.php?id=558911Mozilla昨天在Firefox夜间构建版50.0a1中增加了一个名为“容器标签Container Tabs”...
阅读全文
posted @ 2016-06-24 14:15 张同光
阅读(151)
评论(0)
推荐(0)
2016年6月23日
Android —— API Level
摘要: https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevelsPlatform VersionAPI Lev...
阅读全文
posted @ 2016-06-23 15:53 张同光
阅读(120)
评论(0)
推荐(0)
Android added new permission model for Android 6.0 (Marshmallow).
摘要: http://www.captechconsulting.com/blogs/runtime-permissions-best-practices-and-how-to-gracefully-handle-per...
阅读全文
posted @ 2016-06-23 10:49 张同光
阅读(159)
评论(0)
推荐(0)
(OK) Android adb连接VirtualBox方式
摘要: http://blog.sina.com.cn/s/blog_4de067e40100povf.html 对于VirtualBox网络连接方式主要有四种,本文用andriod adb来连接VirtualBox上运行的android操作系统为例来介绍其网络连接,针对NAT方式和Host-only方式
阅读全文
posted @ 2016-06-23 10:17 张同光
阅读(506)
评论(0)
推荐(0)
2016年6月22日
(OK)(OK) Fedora23-NS3-Android-x86-MANETs-Testing
摘要: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++need java-1.7.0-openjdk, n...
阅读全文
posted @ 2016-06-22 23:00 张同光
阅读(118)
评论(0)
推荐(0)
(OK)(OK) NS3 - Genymotion - Android
摘要: -----------------------------------------------------------------install genymotion in Fedora23-----------...
阅读全文
posted @ 2016-06-22 20:36 张同光
阅读(139)
评论(0)
推荐(0)
(OK) can't modify the kernel IP routing table in the container
摘要: https://groups.google.com/forum/#!topic/docker-user/gFHoaKpr7noHi,I tried to modify the the kernel IP rout...
阅读全文
posted @ 2016-06-22 09:14 张同光
阅读(108)
评论(0)
推荐(0)
Adding and Removing Routes in the Linux Routing Table in C/C++
摘要: https://oroboro.com/linux-routing-tables-in-c/Adding and Removing Routes in the Linux Routing TableDecembe...
阅读全文
posted @ 2016-06-22 09:02 张同光
阅读(313)
评论(0)
推荐(0)
can I read/write the routing table in C without using system() command?
摘要: http://stackoverflow.com/questions/6358431/can-i-read-write-the-routing-table-in-c-without-using-system-co...
阅读全文
posted @ 2016-06-22 08:14 张同光
阅读(91)
评论(0)
推荐(0)
2016年6月21日
伟大外交
摘要: http://mp.weixin.qq.com/s?__biz=MzA3MjAwNTYxMw==&mid=2652369164&idx=1&sn=24332c4e5a5e21cd008fde432527e435&...
阅读全文
posted @ 2016-06-21 22:25 张同光
阅读(102)
评论(0)
推荐(0)
CentOS 7 —— /etc/rc.local 开机不执行 - 解决方法
摘要: chmod +x /etc/rc.d/rc.localsystemctl enable rc-local.serviceNote: rc.local is obsolete.-------------------...
阅读全文
posted @ 2016-06-21 15:44 张同光
阅读(101)
评论(0)
推荐(0)
用wget做站点镜像
摘要: # wget -r -p -np -k http://xxx.edu.cn-r 表示递归下载,会下载所有的链接,不过要注意的是,不要单独使用这个参数,因为如果你要下载的网站也有别的网站的链接,wget也会把别的网...
阅读全文
posted @ 2016-06-21 15:15 张同光
阅读(305)
评论(0)
推荐(0)
上一页
1
···
79
80
81
82
83
84
85
86
87
···
164
下一页
公告