大约有 30,000 项符合查询结果(耗时:0.0347秒) [XML]

https://www.tsingfun.com/ilife/relax/469.html 

为了玩儿游戏,不得不放大招了! - 轻松一刻 - 清泛网 - 专注C/C++内核技术

为了玩儿游戏,不得不放大招了! 为了玩儿游戏,不得不放大招了!
https://www.tsingfun.com/ilife/relax/566.html 

爱情公寓四格 二则 - 轻松一刻 - 清泛网 - 专注C/C++内核技术

爱情公寓四格 二则 爱情公寓 四格
https://www.tsingfun.com/ilife/relax/720.html 

垃圾桶定律 - 轻松一刻 - 清泛网 - 专注C/C++内核技术

垃圾桶定律 垃圾桶 定律
https://www.tsingfun.com/it/op... 

Linux编译安装软件configure参数(持续更新) - 开源 & Github - 清泛网 - ...

Linux编译安装软件configure参数(持续更新)configure_paramPHP configure参数,Squid configure参数,MySQL configure参数,Postfix configure参数,Courier configure参数,Sasl2 configure参数 等。PHP configure参数: ./configure --prefix=/usr/local/php --with-gd=/usr/lo...
https://www.tsingfun.com/ilife/tech/2251.html 

大数据衡量中国最强高铁站:广州南、上海虹桥、南京南排前三 - 资讯 - 清泛...

大数据衡量中国最强高铁站:广州南、上海虹桥、南京南排前三这些年,什么互联网概念最热?——听说叫大数据这些年,什么中国制造最火?——必须是中国高铁当高铁遇上大数据神奇化学反应就产生了不信你 这些年,什...
https://www.tsingfun.com/it/da... 

ORACLE 启动提示 内存不足 OUTOF MEMORY - 数据库(内核) - 清泛网 - 专注C/C++内核技术

ORACLE 启动提示 内存不足 OUTOF MEMORY原配置 etc sysctl.conf文件kernel.shmall = 2097152kernel.shmmax = 2147483648kernel.shmmni = 4096kernel.sem = 250 32000 10... 原配置 /etc/sysctl.conf文件 kernel.shmall = 2097152 kernel.shmmax = 2147483648 kernel.shmmni = 4096 kerne...
https://www.tsingfun.com/it/da... 

Plsqldev SQL含中文查无结果 - 数据库(内核) - 清泛网 - 专注C/C++内核技术

Plsqldev SQL含中文查无结果设置环境变量:NLS_LANG值为:SIMPLIFIED CHINESE_CHINA.ZHS16GBK设置环境变量:NLS_LANG 值为:SIMPLIFIED CHINESE_CHINA.ZHS16GBKPlsqldev 中文 无结果
https://www.tsingfun.com/it/da... 

常用Sql - 数据库(内核) - 清泛网 - 专注C/C++内核技术

常用Sqlmysql:drop table if exists tablename;不能写成drop table tablename if exists tablename;mysql:建立索引SqlCREATE TABLE t...mysql:drop table if exists tablename; 不能写成 drop table tablename if exists tablename; mysql:建立索引Sql CREATE TABLE tablename ( `ID...
https://www.tsingfun.com/it/da... 

Mysql substr和Oracle substr区别 - 数据库(内核) - 清泛网 - 专注C/C++内核技术

Mysql substr和Oracle substr区别Oracle substr(字符串,开始索引、从0起,长度)Mysql substr或substring(字符串,开始索引、从1起,长度)Oracle substr(字符串,开始索引、从0起,长度) Mysql substr或substring(字符串,开始索引、从1起,长度)Mysql Orac...
https://www.tsingfun.com/it/da... 

mysql 库二进制数据默认存放路径 - 数据库(内核) - 清泛网 - 专注C/C++内核技术

mysql 库二进制数据默认存放路径一般放在 var lib mysql,每个库一个子目录。一般放在 /var/lib/mysql,每个库一个子目录。