1、Visual Source Safe的优缺点: 优点:如果开发工具是VS.NET,用VSS较合适,方便,安装配置和使用都简单,版本控制简单,打label后,要还原到这个版本较简单 缺点:基局域网,效率低,VSS自身安全性较差,只支持widows平台下 2、Concurrent Version S
分类:
其他好文 时间:
2016-03-07 19:05:50
阅读次数:
208
1、Visual Source Safe的优缺点: 优点:如果开发工具是VS.NET,用VSS较合适,方便,安装配置和使用都简单,版本控制简单,打label后,要还原到这个版本较简单 缺点:基局域网,效率低,VSS自身安全性较差,只支持widows平台下 2、Concurrent Version S
分类:
其他好文 时间:
2016-03-07 16:21:26
阅读次数:
161
一、 Spring的bean默认是单例的 But sometimes you may find yourself working with a mutable class that does main-tain some state and therefore isn’t safe for reus
分类:
编程语言 时间:
2016-03-02 19:55:01
阅读次数:
333
[client] port = 3306 socket = /var/run/mysqld/mysqld.sock [mysqld_safe] thp-setting=never socket = /var/run/mysqld/mysqld.sock nice = 0 [mysqld] user
分类:
数据库 时间:
2016-02-29 19:42:30
阅读次数:
1678
# /etc/init.d/mysql stop# mysqld_safe --user=mysql --skip-grant-tables --skip-networking &# mysql -u root mysqlmysql> UPDATE user SET Password=PASSWOR
分类:
数据库 时间:
2016-02-29 19:33:15
阅读次数:
158
systemctlstopmariadb==>停止mariadb数据库mysqld_safe--skip-grant-table==>进入单机模式usemysql;==>进入mysql库updateusersetpassword=password(新密码)whereuser=‘root‘andhost=‘localhost‘;==>设置新密码flushprivileges;==>刷新新开窗口mysqladmin-uroot-..
分类:
数据库 时间:
2016-02-27 16:37:17
阅读次数:
492
php5 non-thread-safe和thread-safe这两个版本的区别 从PHP5.2.10版本开始(现在有PHP5.2.10和5.3两个版本),有None-Thread Safe与Thread Safe两种版本的可供选择,这两种版本有何不同,作为使用者来说又应该如何选择呢?下面聚友将为您
分类:
Web程序 时间:
2016-02-15 16:10:39
阅读次数:
149
[cpp] view plain copy #include <iostream> #include <limits> using namespace std; #define SAFE_DELETE(x) \ { \ if (NULL != (x)) \ { \ delete (x); \ (x)
分类:
编程语言 时间:
2016-02-12 22:06:13
阅读次数:
294
1、停止数据库2、mysqld_safe--skip-grant-tables&3、usemysql;4、updateusersetpassword=password("123456")whereuser=‘root‘;5、flushprivileges;6、重启mysql
分类:
数据库 时间:
2016-02-11 06:53:05
阅读次数:
161
5S原则:Simple, Solid, Strong, Safe, Smart.
分类:
其他好文 时间:
2016-02-05 01:14:57
阅读次数:
172