本次安装的是goldendict参考链接:http://www.cnblogs.com/vimmer/articles/2645734.htmlsudo yum install goldendict打开goldendict,阅读welcome,添加本地词典,在http://abloz.com/huz...
分类:
其他好文 时间:
2015-07-18 19:48:48
阅读次数:
95
1、先停止Mysql[root@localhost~]#/etc/init.d/mysqldstopShuttingdownMySQL.[确定]2、修改/etc/my.cnf配置文件[root@localhost~]#vi/etc/my.cnf[mysqld]innodb_file_per_table=13、启动Mysql[root@localhost~]#/etc/init.d/mysqldstartStartingMySQL..[确定]4、连接到Mysql数..
分类:
数据库 时间:
2015-07-17 14:21:24
阅读次数:
233
//屏幕滚动条 时间间隔:200ms 方向:向右Welcome!marquee中的属性: direction 表示滚动的方向,值可以是left,right,up,down,默认为left behavior 表示滚动的方式,值可以是scroll(连续滚动)slide(滑动一次)alternate...
分类:
Web程序 时间:
2015-07-17 13:28:20
阅读次数:
172
设置root密码“mariabd”是新密码[root@master /]# mysqladmin -u root password mariadb[root@master /]# mysql -u root -pEnter password:Welcome to the MariaDB monito...
分类:
数据库 时间:
2015-07-12 21:30:23
阅读次数:
190
git查看本地和创建分支以及上传分支到服务器以下是git命令行里边的命令操作,加上了说明:Welcome to Git (version 1.9.5-preview20141217)
Run 'git help git' to display the help index.
Run 'git help ' to display help for specific commands....
分类:
Web程序 时间:
2015-07-11 20:15:40
阅读次数:
168
ctemplate 模板替换库的简单使用实践其中遇到了很多问题。* 编译时动态链接库没有加入,导致报错
* tpl文件内容出现偏差
下面将代码呈现出来exmaple.tpl {{NAME}} welcome,
congratulations, your bounty${{VALUE}}!
{{#IN_CA}}your tax is: ${{TAXED_VAL...
分类:
其他好文 时间:
2015-07-07 09:38:36
阅读次数:
113
QQ用户信息管理系统首先看效果图:01.首先进入进入到登录界面:创建DengLu()登录方法,进行对用户录入的数据进行对比:对比完后进行判断:进入Welcome()方法中进行编写欢迎界面:让用户输入,对用户输入的数据进行选择:欢迎界面使用do-while循环,可重复查看02.显示用户清单:进入if选...
";}else{ echo "Welcome $ldap_user";}ldap_unbind($ldap_conn) or die("Can't unbind from LDAP server."); //与服务器断开连接?>LDAP:DN与RDN链接Appendix A - LDAP: DN ....
分类:
Web程序 时间:
2015-07-06 13:42:43
阅读次数:
344
看效果图:首先是登录,创建一个登陆IsLoginNot()方法:登陆成功后,进入Welcome()方法中:01.首先是创建登陆界面:02.接收用户录入的数字,用switch选择结构来进入对应的方法里:开始在每个方法中写对应代码:为了减少代码量,新建一个SqlHelper()类来代替打通通道的大量重复...