Brunch + Marionette.js + Babel/ES6 PWAThis is a modern Progressive Web App JS skeleton with Marionette.js for Brunch. InstallationClone this repo manually git clone https://github.com/denar90/brunch-with-marionettejs && cd brunch-with-marionettejs or use brunch new dir -s marionet...
mysql 管理linux安装yum install mysql mysql-server mysql-devel mysql-libs 配置文件/etc/my.ini 启动service mysqld start|stop|restart 自动启动chkconfig mysqld on 管理mysql 设置数据库引擎[引擎差异](http://www.cnblogs.com/0201zcr/p/5296843.html 引擎差异)默认为MYISAM, 某些情况下需要修改为InnoDBmysql> SET storage_engine=InnoDB; 创建用户和授权用户名: wei...
oracle 常用管理命令环境变量12345export ORACLE_HOME=/opt/oracle/product/11.2.0/dbhome_1export ORACLE_SID=orcl#export NLS_LANG=AMERICAN_AMERICA.AL32UTF8export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/lib:/usr/local/libexport PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_HOME/lib 进入管理员su oraclesqlplus / as sysdba 密码有效期查看...
centos 6.5 安装核心配置上台集群换成Linux系统版本: centos6.5 64位硬盘分配: /home 50G Swap 8g 剩余的给分给根目录/组件:最小安装,不要图形界面语言:英文时区:上海 无图形界面 base system servers system management
pydev 使用模板新建代码新建模板 使用模板创建文件 例子:接受命令行参数: my argparse1234567891011121314151617181920212223242526272829303132333435# -*- coding: utf-8 -*-'''${module} -- ${shortdesc}${module} -- ${description} @author: user name@copyright: .com All rights reserved.@c...
linux oracle数据库无图形界面安装1 准备安装路径和用户12345678910111213141516/usr/sbin/groupadd oinstall/usr/sbin/groupadd dba/usr/sbin/useradd -g oinstall -G dba oraclemkdir -p /opt/oraclechown -R oracle:oinstall /opt/oraclechmod -R 775 /opt/oraclemkdir -p /opt/oraInventorychown oracle:oinstall /opt/oraInventorychmo...
oracle 创建大数据空间 12345678910111213141516171819202122232425262728293031create BIGFILE tablespace YCDBA logging datafile '/home/oracle/yc/YCDBA' size 512m autoextend on next 512m maxsize unlimitedextent management local;create temporary tablespace TEMP_YCDBAtempfile 'TEMP_YCDBA.dbf&apo...
1. 准备1. windows推荐装win10 64位 VOL专业版/企业版 系统下载http://msdn.itellyou.cn/ed2k://|file|cn_windows_10_multiple_editions_version_1607_updated_jul_2016_x64_dvd_9056935.iso|4347183104|35EA5DB0F3BB714F5CE0740FB89D82D1|/ 2. windows上开发环境推荐使用32位, x86为32位 3. linux系统使用64位,x64为64位 2. 工具1. xshell ssh工具 1...
linux123456789101112131415161718192021222324252627282930313233343536373839一 nginx nginx需要从源码编译 安装目录/usr/local/nginx cd /root/ wget http://software.vastio.com/nginx-1.7.9.rar tar -xf nginx-1.7.9.rar cd nginx yum -y install gcc pcre-devel openssl openssl-devel ./configure --...
There is no content...