上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 57 下一页
摘要: TOP LEFT MIDDLE RIGTH FOOTER 阅读全文
posted @ 2017-05-17 14:43 iDEAAM 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 1. 先安装git 2. 注册一个github账号 3. 新建一个项目 3. 打开git 运行以下命令: 4. 为了方便使用git建议把用户名密码配置好。以后就省的输入密码了: 阅读全文
posted @ 2017-04-11 11:13 iDEAAM 阅读(1751) 评论(0) 推荐(0) 编辑
摘要: 常常遇到rabbitmq service停止以后,重启,发现mq里的东西也丢失了。 _Channel.queueDeclare(queue, true, false, false, null); //标红的参数表示要持久化queue。durable = true_Channel.basicPubli 阅读全文
posted @ 2017-03-31 11:36 iDEAAM 阅读(2449) 评论(0) 推荐(0) 编辑
摘要: mysql -uroot -e "SELECT concat('ALTER TABLE ', TABLE_NAME,' ENGINE=MYISAM;') FROM Information_schema.TABLES WHERE TABLE_SCHEMA = 'jitamin2' AND ENGINE = 'InnoDB' AND TABLE_TYPE = 'BASE TABLE'" 阅读全文
posted @ 2017-03-29 18:24 iDEAAM 阅读(1708) 评论(0) 推荐(0) 编辑
摘要: 建表 建设 phinx.yml文件 数据迁移命令如下: 阅读全文
posted @ 2017-03-29 17:14 iDEAAM 阅读(2684) 评论(0) 推荐(0) 编辑
摘要: 1. 打开Model.edmx, 2. 选择userinfo中的createtime字段的属性 3. storegeneratedpattern设置值为None 阅读全文
posted @ 2017-03-28 18:06 iDEAAM 阅读(1148) 评论(0) 推荐(0) 编辑
摘要: 1、关闭ubuntu的防火墙 ufw disable开启防火墙ufw enable2、卸载了iptablesapt-get remove iptables3、关闭ubuntu中的防火墙的其余命令iptables -P INPUT ACCEPTiptables -P FORWARD ACCEPTipt 阅读全文
posted @ 2017-03-25 21:17 iDEAAM 阅读(469) 评论(0) 推荐(0) 编辑
摘要: 1. 安装supervisor 2.新建supervisor配置文件。使用以下命令在linux 命令行 3. 修改supervisor配置文件 移至文件内容结尾supervisord.conf。加include,指定启动时,需要启动的程序。 3. 新增.net core 启动的配置文件 然后填写以下 阅读全文
posted @ 2017-03-24 15:28 iDEAAM 阅读(1989) 评论(0) 推荐(0) 编辑
摘要: asp.net core 1.0.1发布已有些日子了,怀着好奇的心情体验了把ubuntu下的asp.net core 系统运行环境:ubuntu 16.0.4 for developer 首先搭建.net core的运行环境,可参见微软网站介绍: 然后新建目录用于本地存储文件夹,我的放在/var/w 阅读全文
posted @ 2017-03-21 17:54 iDEAAM 阅读(476) 评论(0) 推荐(0) 编辑
摘要: In this guide, we will cover setting up a production-ready ASP.NET environment on an Ubuntu 16.04 Server.+ Note For Ubuntu 14.04 supervisord is recomm 阅读全文
posted @ 2017-03-21 17:23 iDEAAM 阅读(1712) 评论(0) 推荐(1) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 57 下一页