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

2019年5月9日

CentOS更新yum源

摘要: 转自:https://www.cnblogs.com/wliangde/p/3804359.html CentOS系统自带的更新源的速度实在是慢,为了让CentOS6使用速度更快的YUM更新源,可以选择163(网易)的更新源。 1.下载repo文件 2.备份并替换系统的repo文件 3.执行yum源 阅读全文

posted @ 2019-05-09 14:53 wensky 阅读(169) 评论(0) 推荐(0) 编辑

Linux下的库操作工具-nm、ar、ldd、ldconfig和ld.so

摘要: 转自:https://www.cnblogs.com/wliangde/p/3806944.html Linux下的库操作工具-nm、ar、ldd、ldconfig和ld.so 1、nm [options] file 列出file中的所有符号 [option] -c 将符号转化为用户级的名字 -s 阅读全文

posted @ 2019-05-09 14:52 wensky 阅读(260) 评论(0) 推荐(0) 编辑

linux 下库的深入调研

摘要: 转自:https://www.cnblogs.com/wliangde/p/3807000.html linux操作系统中,linux库文件路径还是比较常用的,于是我研究了一下linux库文件路径,在这里拿出来和大家分享一下,希望对大家有用。 库文件在连接(静态库和共享库)和运行(仅限于使用共享库的 阅读全文

posted @ 2019-05-09 14:47 wensky 阅读(184) 评论(0) 推荐(0) 编辑

简述configure、pkg-config、pkg_config_path三者的关系

摘要: 转自:https://www.cnblogs.com/wliangde/p/3807532.html 转自:简述configure、pkg-config、pkg_config_path三者的关系 一、什么是configure 源码安装过程中大多会用到configure这个程序,一般的configur 阅读全文

posted @ 2019-05-09 14:45 wensky 阅读(400) 评论(0) 推荐(0) 编辑

2014年10月9日

angularjs google map

摘要: google map display incorrectTo remove the grayness, according tohttps://angular-ui.github.io/angular-google-maps/#!/faq:If rendering starts before ele... 阅读全文

posted @ 2014-10-09 10:44 wensky 阅读(305) 评论(0) 推荐(0) 编辑

2014年10月6日

python 学习网站

摘要: 1.廖雪峰 老师的 Python 教程http://www.liaoxuefeng.com/2.http://www.xlaobing.com/ 提供了一些书籍 阅读全文

posted @ 2014-10-06 11:44 wensky 阅读(140) 评论(0) 推荐(0) 编辑

2014年6月26日

mysql 5.5 编码设置为utf8 转载自:http://outofcontrol.ca/thoughts/comments/change-mysql-5.5-default-character-set-to-utf8

摘要: Change MySQL 5.5 default character-set to UTF8连接里是linux下的在window下my.iniAdd under [client]the following code snippet:loose-default-character-set = utf8... 阅读全文

posted @ 2014-06-26 16:30 wensky 阅读(214) 评论(0) 推荐(0) 编辑

mysql 设置密码

摘要: You may need to set up a root account for your MySQL database:In the terminal type:mysqladmin -u root password 'root password goes here' 阅读全文

posted @ 2014-06-26 14:55 wensky 阅读(143) 评论(0) 推荐(0) 编辑

将CHROME WEBSTORE里的APPS和扩展下载到本地 转载自:http://ro-oo.diandian.com/post/2011-05-28/1103036

摘要: Chrome Webstore 自动改版后就不能再直接下载到本地...下载地址:https://clients2.google.com/service/update2/crx?response=redirect&x=id%3D【把这里改成Apps的ID】%26uc%26lang%3Dzh-CN&pr... 阅读全文

posted @ 2014-06-26 11:03 wensky 阅读(206) 评论(0) 推荐(0) 编辑

2014年6月21日

php 的一个异常处理程序

摘要: '."[SHUTDOWN] lvl:" . $lasterror['type'] . " | msg:" . $lasterror['message'] . " | file:" . $lasterror['file'] . " | ln:" . $lasterror['line']."\n"; ... 阅读全文

posted @ 2014-06-21 17:42 wensky 阅读(187) 评论(0) 推荐(0) 编辑

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

导航