codeigniter(ci) where not null
ci框架的where not null的写法 $data = $this->db->where(‘name is not null’)->ge…
ci框架的where not null的写法 $data = $this->db->where(‘name is not null’)->ge…
mysql事务 select会自动加锁吗? 总结:mysql事务select 只是进行了隔离,保证数据的一致性,并没有加锁,如果要加锁可以用for update…
数据库连接为pdo的时候必须指定dsn ‘dsn’ => ‘mysql:host=localhost;dbname=your-db-name’,
class demoClass(){ public function pub() { } private function pr() { }}$reflecti…
sudo timedatectl set-timezone ‘Asia/Shanghai’
vim /etc/mysql/mysql.conf.d/mysql.cnf 添加bind-address 0.0.0.0 进入mysql控制台执行赋权限语句gr…
#sudo apt install sl #LS
sudo echo “set completion-ignore-case on” >> ~/.inputrc
ln -s 源文件 目标文件。
composer file_put_contents(./composer.json): failed to open stream: Permission d…
ubuntu mysql 默认密码是什么
ccat 是一个很好的插件,用法和cat一样,只是添加了高亮显示,看起来舒服 。 github:https://github.com/jingweno/ccat…
phpstorm 不识别php7以上版本“空合并运算符??”的解决方案 php7 ??在phpstorm 提示语法错误问题解决 在phpstsorm 设置里面 …
执行如下修改 ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘p…
redis关闭 redis-cli -h 127.0.0.1 -p 6379 shutdown
https://tukaani.org/xz/ 下载压缩包, ./configure make sudo make install
jpeglib 换6b版本试试!
if(!empty($result) && is_array($result)){ array_walk_recursive($result, …
chrome浏览器扩展文件安装在哪,chrome浏览器扩展比较老的版本安装在较新的浏览器上在扩展选项卡里面找不到,所以不能按照常规方式卸载。 找到扩展的安装目录…