会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dyfly
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
38
下一页
2016年9月14日
字节顺序(byte order)
摘要: 转自:http://blog.csdn.net/njnu_mjn/article/details/9141231 概念 字节顺序是指多字节的值在硬件中的存储顺序. 一般分为大端(big-endian)和小端(little-endian). 大端: 先存储高字节(Most significant bi
阅读全文
posted @ 2016-09-14 17:58 SandKing
阅读(48)
评论(0)
推荐(0)
2016年9月6日
centos core dump 设置
摘要: 转自: http://blog.sina.com.cn/s/blog_7b6fc4c90100yn57.html 普通用户ssh连接linux服务器是总是提示: ulimit: open files: cannot modify limit: Operation not permitted 解决办法
阅读全文
posted @ 2016-09-06 20:19 SandKing
阅读(10)
评论(0)
推荐(0)
MySQL中的Rows,Row_format以及MyISAM和InnoDB的一点区别
摘要: 转自:http://blog.csdn.net/xiaotengyi2012/article/details/19368979 前面说到的count(*)的数字MyISAM是存储在一个地方就是表的Rows中,从下面的话中我们可以看出MyISAM存的是一个准确的数字,而InnoDB则存储的是粗略的数字
阅读全文
posted @ 2016-09-06 10:10 SandKing
阅读(8)
评论(0)
推荐(0)
Row size too large
摘要: 转自:http://www.2cto.com/database/201303/193422.html 更新text字段时出现Row size too large报错 起因: 团购开发报告说更新时出错。 www.2cto.com 更新SQL如下: UPDATE table_name d SET d.c
阅读全文
posted @ 2016-09-06 10:07 SandKing
阅读(11)
评论(0)
推荐(0)
2016年9月5日
gcc 编译 + 选项
摘要: 转自:http://blog.csdn.net/princess9/article/details/6567678 一般来说要现有项目中的编译选项,设置新的project的编译选项 编译器 就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source
阅读全文
posted @ 2016-09-05 20:56 SandKing
阅读(55)
评论(0)
推荐(0)
CentOS6.4下Mysql数据库的安装与配置
摘要: 转自:http://www.cnblogs.com/xiaoluo501395377/archive/2013/04/07/3003278.html 如果要在Linux上做j2ee开发,首先得搭建好j2ee的开发环境,包括了jdk、tomcat、eclipse的安装(这个在之前的一篇随笔中已经有详细
阅读全文
posted @ 2016-09-05 14:16 SandKing
阅读(6)
评论(0)
推荐(0)
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
摘要: 转自:http://www.cnblogs.com/niocai/archive/2011/11/04/2236458.html ubuntu 10.04.3 LTS版本安装tigervnc的时候出现如下错误 checking how to run the C++ preprocessor... /
阅读全文
posted @ 2016-09-05 12:51 SandKing
阅读(47)
评论(0)
推荐(0)
2016年8月31日
CentOS下安装SecureCRT的sz/rz工具包
摘要: 转自:http://www.cnblogs.com/zhangdsh/archive/2011/08/03/2126694.html 新安装的CentOS5.5系统,在secureCRT下使用rz sz 上传下载文件时出现如下提示: [root@webslave2 etc]# sz hosts -b
阅读全文
posted @ 2016-08-31 16:15 SandKing
阅读(8)
评论(0)
推荐(0)
2016年8月27日
linux普通用户su 到root免密码
摘要: 转自:http://blog.itpub.net/14710393/viewspace-1481093/ 转自:http://www.cnblogs.com/mydomain/archive/2012/10/20/2732641.html 方法1: 运行visudo(或者vi /etc/sudoer
阅读全文
posted @ 2016-08-27 23:21 SandKing
阅读(31)
评论(0)
推荐(0)
2016年8月24日
C++使用hash_map时警告
摘要: 转自:http://www.2cto.com/kf/201304/201711.html 在C++中使用hash_map时,警告如下: [html] 。。。。。。。。。。。。。 /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c+
阅读全文
posted @ 2016-08-24 15:41 SandKing
阅读(12)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
38
下一页
公告