myini [mysql] # 设置mysql客户端默认字符集 default-character-set=utf8 [mysqld] #设置3306端口 port = 3306 # 设置mysql的安装目录 basedir=C:\App\mysql\mysql-8.0.20-winx64 # 设置 Read More
这个应该不是原文链接 http://www.west999.com/info/html/chengxusheji/Javajishu/20180618/4197481.html 找了一下应该是这个原文 https://www.cnblogs.com/fly-bird/category/938912. Read More
UDP Server 端口 清理 idle session interval 设置为 10 session time out 设置为 50 Read More
store.load(function (records, operation, success) { //正态分布图 var chart1Panel = Plantpanel.down('panel[name=NormalDistributionChart]'); var chart1Id = c Read More
https://www.cnblogs.com/yx007/category/944758.html PLSQL创建Oracle定时任务 https://www.cnblogs.com/yx007/p/6519544.html Read More
1、项目的主要运行代码 HostFactory.Run(x => { x.RunAsLocalSystem(); x.SetDescription("topshelf测试"); x.SetDisplayName("topshelftest"); x.SetServiceName("topshelft Read More
Super socket 记录知识 大鱼网址 相关版本可以在这里找找 https://www.cnblogs.com/jzywh/archive/2010/12/23/supersocketupdate.html SuperSocket 1.6 中文文档 https://docs.supersock Read More
oracle 查找字符位置 开始按照长度截取 Read More
一、基础问题 1、acl 库是啥、主要包含哪些功能? acl 工程是一个跨平台(支持LINUX,WIN32,Solaris,MacOS,FreeBSD)的网络通信库及服务器编程框架,同时提供更多的实用功能库。通过该库,用户可以非常容易地编写支持多种模式(多线程、多进程、非阻塞、触发器、UDP方式、协 Read More