PostgreSQL内置uuid类型,性能不错,但是PostgreSQL默认没有安装uuid相关操作函数,需要手动导入。 导入uuid相关函数。 psql -d dbname -U dbuser -f D:/develop/database/PostgreSQL/9.3/share/contrib/uuid-os...
分类:
数据库 时间:
2014-09-19 02:23:35
阅读次数:
329
原文地址:http://note.youdao.com/share/?id=1795bbada89069e04d434585d02c38fd&type=note如果有兴趣研究, 讨论同学, 可以留下QQ, 一块学习
分类:
Web程序 时间:
2014-09-18 23:31:04
阅读次数:
310
一、登录MySQL查看用SHOWVARIABLESLIKE‘character%’;下字符集,显示如下:+--------------------------+----------------------------+|Variable_name|Value|+--------------------------+----------------------------+|character_set_client|utf8||character_set_connectio..
分类:
数据库 时间:
2014-09-18 16:46:15
阅读次数:
221
java实现发邮件的工具类,方便 好用(需要架包的Send Email To me) 源代码下载地址:http://www.zuidaima.com/share/1550463394794496.htm...
分类:
编程语言 时间:
2014-09-18 13:22:43
阅读次数:
224
打开vi /etc/samba/smb.conf在global节(不是在share节)增加:[global]follow symlinks = yeswide links = yesunix extensions = no保存重启:/etc/init.d/smbd restart
[代码][CSS]代码 $.fn.share = function(opts) { var $body, $head; if ($(this).length === 0) { console.log("Share Button: No elements found."); return; } $.....
分类:
Web程序 时间:
2014-09-17 18:18:42
阅读次数:
338
安装上mysql5sudoapt-getinstallmysql-server安装apache2sudoapt-getinstallapache2安装php5sudoapt-getinstallphp5安装php的mysql模块sudoapt-getinstallphp5-mysql安装GD库sudoapt-getinstallphp5-gd安装phpmyadminsudoapt-getinstallphpmyadmin==============..
分类:
数据库 时间:
2014-09-17 15:27:12
阅读次数:
268
jmap的使用可以参考:
官方文档 http://docs.oracle.com/javase/6/docs/technotes/tools/share/jmap.html
和这篇博客 http://blog.csdn.net/fenglibing/article/details/6411953
本文主要是介绍一下jmap常用的几个参数,作为自己的备忘录。注意如果是使用64位的JVM,使用j...
分类:
编程语言 时间:
2014-09-17 13:41:12
阅读次数:
245
为了启用root 帐号(也就是设置一个口令)使用:sudo passwd root当你使用完毕后屏蔽root帐号使用:sudo passwd -l root 这个将锁住root帐号。如何在终端模式下切换到root身份?sudo -s -HPassword: 编辑:vi /usr/share/lig....
分类:
其他好文 时间:
2014-09-17 13:32:52
阅读次数:
166
1、VIM配置 Vim强大的配置与功能,其来源基本上就两个地方:Vim插件以及Vim配置文件。 Vim本身的系统配置文件夹是在/usr/share/vim/和/etc/vim/两个文件夹下。一般情况下,我们不需要改变这两个文件夹下的配置文件,只需在自身用户文件夹/home/username(其中.....
分类:
编程语言 时间:
2014-09-17 13:27:02
阅读次数:
290