最重要的就是连接数据库,连接数据库全部封装在sqlHelper类中,下面代码是创建表 ???public?Form1()
???{
????????????InitializeComponent();
????????????string?connectionS...
1.官网下载mariadb-10.0.15-winx64.zip;
2.解压到D:/mariadb;
3.在D:/mariadb目录下新建一个my.ini文件,内容如下:
[mysqld]
basedir=D:\mariadb
datadir=D:\mariadb\data
character_set_server=utf8
# 允许最大连接数
max_connections...
分类:
数据库 时间:
2014-12-08 19:40:28
阅读次数:
278
一种:虚机是Desktop 安装1、虚拟机—设置—网络适配器子选项—选择“桥接模式”2、在虚拟机中选择系统(System)—首选项(Preferences)—网络连接(Network Connections)3、有则点击 SYstem eth0 进行编辑,没有就选择添加再进行编辑,选择IPv4设置(...
分类:
系统相关 时间:
2014-12-08 17:22:32
阅读次数:
315
nginx 上有两个限制连接的模块一个是 limit_zone 另一个是 limie_req_zone,两个都可以限制连接,但具体有什么不同呢? 下面是 nginx 官网上给的解释 limit_req_zone Limit frequency of connections from a clien...
分类:
其他好文 时间:
2014-12-08 12:37:58
阅读次数:
293
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for furt...
分类:
其他好文 时间:
2014-12-03 17:20:01
阅读次数:
254
作者:zhanhailiang 日期:2014-12-02
1. INFO
info指令返回服务器相关信息,包括:
server: General information about the Redis server
clients: Client connections section
memory: Memory consumption related inf...
分类:
其他好文 时间:
2014-12-03 00:31:10
阅读次数:
282
环境是win7 mysql5.6版本
测试下配置文件是否可用(之前没用过windows下的msyql配置)
修改配置前查询下:
mysql> show variables like '%max_connections%';
+-----------------+-------+
| Variable_name | Value |
+-----------------+--...
分类:
数据库 时间:
2014-12-02 19:17:35
阅读次数:
264
NIOS II 运行应用程序Run as ->Nios II Hardware时出现错误:
No Nios II target connection paths were located. Check connections and that a Nios II .sof is downloaded.
尝试点击Refresh Connections然后Apply可能会解决问题,如图:...
分类:
移动开发 时间:
2014-11-27 16:26:50
阅读次数:
3075
概述Unlike TCP, UDP has no notion of connections. A UDP socket can receive datagrams from any server on the network and send datagrams to any host on th...
分类:
其他好文 时间:
2014-11-21 18:08:38
阅读次数:
447
Apache 2.x keeps child processes alive by creating internal connections which appear in the log files as "internal dummy connection" on the IP address...
分类:
Web程序 时间:
2014-11-21 12:35:22
阅读次数:
151