参考地址 "Security" section of the manual to find out how to run mysqld as root!
Mysql启动错误:Please read "Security" section of the manual to find out how to run mysqld as root!
-
laravel 接收json串
在做项目的时候发现 用平时的$request->all() 无法获取到请求值
-
LRU原理以及js实现
LRU(Least recently used,最近最少使用)算法根据数据的历史访问记录来进行淘汰数据,其核心思想是“如果数据最近被访问过,那么将来被访问的几率也更高”。
-
mac下全局配置adb环境
不提示“command not found”,而是出现一长串帮助说明,那就证明adb已经配置好了。
-
Android 无线调试手机(WiFi 调试)
手机需要开启 USB 调试 手机和电脑要在同一个局域网(连接同一个 WiFi) adb connect 连接成功后要拔出 USB 线,不然出现同时连接两个设备的问题 执行命令 ”adb tcpip 6666“ 后可能需要重新开启 USB 调试
-
abd wifi 无线调试连接两台设备
首先,手机连接电脑,手机和电脑连接同一个wifi,打开终端输入
-
You must configure either the server or JDBC driver (via the serverTimezone configuration property)
JDBC使用8.0驱动包连接mysql设置时区serverTimezone
-
android WebView 注入js 几种方式
有时我们开发中需要将js 注入到我们本地,有可能你会说,放在Web不就可以了吗,的确,但是需求就是这样的
-
mac更新node版本
initializer function 0x0 not in mapped image for /usr/local/bin/node,除了上面的问题 你或许还出现过 no such file or directory 这样的提示,总之更新完以后node直接不能用了。
-
node-gyp,mac,No Xcode or CLT version detected! 报错,npm
Mac解决:xcode-select: error: command line tools are already installed, use "Software Update" to install updates
-
mongodb的安装和卸载
centos7 rpm方式安装mongoDB,yum安装mongoDB,卸载mongodb