上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 171 下一页
摘要: http://ccflow.org/ 阅读全文
posted @ 2019-03-26 08:59 糖豆爸爸 阅读(138) 评论(0) 推荐(0)
摘要: getdate()用例: 2008-12-29 16:25:46.6351、创建时间:将字段设置为datetime类型,并设置默认值为 getdate() 2、修改时间:通过触发器,在 update After后,使用如下语句实现:update tableName set columnName=ge 阅读全文
posted @ 2019-03-26 08:26 糖豆爸爸 阅读(2549) 评论(0) 推荐(0)
摘要: 微软office在线预览解决方案https://view.officeapps.live.com/op/view.aspx?src=http://storage.xuetangx.com/public_assets/xuetangx/PDF/1.xlshttps://view.officeapps. 阅读全文
posted @ 2019-03-21 17:17 糖豆爸爸 阅读(3526) 评论(0) 推荐(0)
摘要: 我们先思考下面几个业务场景的解决方案: 1、支付系统每天凌晨1点跑批,进行一天清算,每月1号进行上个月清算 2、电商整点抢购,商品价格8点整开始优惠 3、12306购票系统,超过30分钟没有成功支付订单的,进行回收处理 4、商品成功发货后,需要向客户发送短信提醒 5、假如我们的大数据中心elasti 阅读全文
posted @ 2019-03-20 09:48 糖豆爸爸 阅读(521) 评论(0) 推荐(0)
摘要: http://10.10.6.186:8080/xxl-job-admin # 编译mvn compile # 清理mvn clean # 打包mvn package # 先清理后编译mvn clean compile # 生成依赖jarmvn -f pom.xml dependency:copy- 阅读全文
posted @ 2019-03-20 09:41 糖豆爸爸 阅读(693) 评论(0) 推荐(0)
摘要: update t_sys_golbal set golbal_value=2 where golbal_key='common.sso'; update t_sys_golbal set golbal_value=0 where golbal_key='common.sso'; update t_s 阅读全文
posted @ 2019-03-18 15:33 糖豆爸爸 阅读(123) 评论(0) 推荐(0)
摘要: # 命令查询所有用户列表rabbitmqctl list_users# 使用命令对 xiandian-admin 用户进行授权set_permissions xiandian-admin '.*' '.*' '.*'# 查看队列信息,所包含的信息包括 name,arguments, messages 阅读全文
posted @ 2019-03-18 11:32 糖豆爸爸 阅读(416) 评论(0) 推荐(0)
摘要: # 查询有哪些数据库? select * from master..sysdatabases where dbid > 4; # 备份到某个目录中 Backup Database *database_name* To disk='*X:\folder\databse_name_backupname. 阅读全文
posted @ 2019-03-14 16:53 糖豆爸爸 阅读(177) 评论(0) 推荐(0)
摘要: 查询群成员方法https://www.rongcloud.cn/docs/server.html#group_user_queryhttps://www.rongcloud.cn/docs/server.html#group_quit退出群组方法https://www.rongcloud.cn/do 阅读全文
posted @ 2019-03-12 17:43 糖豆爸爸 阅读(559) 评论(0) 推荐(0)
摘要: #user nobody; worker_processes 4; pid /var/run/nginx.pid; events { worker_connections 1024; } http { include mime.types; # 加载naxsi include naxsi_core.rules... 阅读全文
posted @ 2019-03-08 21:14 糖豆爸爸 阅读(1072) 评论(0) 推荐(0)
上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 171 下一页
Live2D