easymock 搭建
摘要:1、拉取镜像 docker pull mongo:3.4 docker pull redis:4.0.6 docker pull easymock/easymock:1.6.0docker pull nginx 2、建立本地网路 # 创建bridge网络: docker network create
阅读全文
posted @
2020-10-27 13:11
網絡蛀蟲
阅读(164)
推荐(0)
Asp.net封装js的类
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Web; 5 using System.Web.UI; 6 7 /// 8 public class JScript 9 { 10 #region 旧版本 11 /// 12 /// 弹出JavaScript小窗口 13 /// 14 /// 窗口信息 15 public static void Alert(string message) 16 ...
阅读全文
posted @
2013-07-17 16:46
網絡蛀蟲
阅读(297)
推荐(0)
json2使用方法
摘要:例子1: 1 //直接声明json数据结构 2 var myJSONObject = {"bindings": [ 3 {"ircEvent": "PRIVMSG", "method": "newURI", "regex": "^http://.*"}, 4 {"ircEvent": "PRIVMSG", "method": "deleteURI", "regex&q
阅读全文
posted @
2013-06-20 17:41
網絡蛀蟲
阅读(613)
推荐(0)