background picture of the home page

Hi,Friend

cordova打包

打包安装apk创建crodova项目:cordovacreate<文件夹名><项目ID><项目名>将前端文件放到www文件夹下创建安卓platform:cordovaplatformaddandroid--save打包发布:cordovabuildandroid-

thumbnail of the cover of the post

mysql常用命令

登录操作mysql-u<用户名>-p用户创建用户createuser'<用户名>'@'<ip>'identifiedby'<密码>'ip为%则允许所有授权grant<权限>on<数据库>.<表>to'<用户名&

thumbnail of the cover of the post

ORACLE笔记

ORACLE笔记Oracle中的3个主要内存区域是:系统全局区域SGA程序全局区域PGA用户全局区域UGASGA组成部分数据库缓冲区重做日志缓冲区共享池进程PMON:当用户与Oracle服务器的连接非正常中断时,负责释放用户所锁定的资源LGWR:日志写入程序DBWn:负责将脏数据缓冲区的内容写入数据

thumbnail of the cover of the post

python

pip国内源创建文件~/.pip/pip.conf输入以下内容#豆瓣源[global]index-url=http://pypi.douban.com/simpletrusted-host=pypi.douban.com其他源:阿里云:http://mirrors.aliyun.com/pypi/s

thumbnail of the cover of the post