xampp-linux-1.8.2
之前的版本不支持64位系统哦哦。首先,安装32位支持包下载地址:https://www.apachefriends.org/zh_cn/index.html解压压缩包到/opt/lampp下,启动LAMPP时提示不支持64,跟改方法如下:sudo
vi /opt/...
分类:
系统相关 时间:
2014-05-04 12:29:55
阅读次数:
405
awk程序中允许使用字符串当做数组的下标(index)。利用这个特色十分有助于资料统计工作。(使用字符串当下标的数组称为Associative
Array) 首先建立一个数据文件,并取名为 reg.dat。此为一学生注册的资料文件;第一栏为学生姓名,其后为该生所修课程。 ...
分类:
其他好文 时间:
2014-05-04 11:30:50
阅读次数:
351
找到\xampp\apache\conf\httpd.conf配置文件Access
forbidden!You don’t have permission to access the requested directory. There is
either no index document or ...
分类:
其他好文 时间:
2014-05-04 11:12:23
阅读次数:
336
1: /// 2: ///
修改web.config或app.config文件appSettings配置节中的Add里的value属性 3: /// 4: /// 5: ///
注意,调用该函数后,会使整个Web Application重启,导致当前所有的会话丢...
分类:
移动开发 时间:
2014-05-04 11:05:06
阅读次数:
359
最近开始使用扇贝背单词,需要将以前积累在有道单词本里的单词导入到扇贝中。然后,扇贝并没有提供生词导入功能,需要使用["批量添加功能"](http://www.shanbay.com/bdc/vocabulary/add/batch/)手动添加单词。而批量添加功能一次只能添加十个单词,近千个单词需要添...
分类:
Web程序 时间:
2014-05-04 10:59:46
阅读次数:
413
如图:1: 控制器代码// // GET: /AjaxUser/ shopEntities
shop = new shopEntities(); public ActionResult Index() { return V...
分类:
Web程序 时间:
2014-05-04 10:58:15
阅读次数:
380
描述:使用Hibernate登陆验证时故意输入没有的用户名,所产生的错误。错误代码:/* *
根据客户的用户名查找客户信息 */ @Override public User getUserByUserName(String userName) {
String hql="from User ...
分类:
编程语言 时间:
2014-05-04 10:57:50
阅读次数:
372
首先看下面这个例子
public static void main(String[] args) {
ArrayList al1 = new ArrayList();
al1.add(1);
ArrayList al2 = new ArrayList();
al2.add("hello");
//int型链表和string型链表,结果为true
System.out.p...
分类:
编程语言 时间:
2014-05-03 22:02:53
阅读次数:
376
折腾了一个中午,在终端输入 vim myProgram
然后编辑以下内容
#!/bin/bash
clear
echo ""
echo "The Telephone Book"
echo ""
echo "1.Display A Telephone Number"
ehco "2.Add A New Telephone Number"
echo ""
echo "Q Quit"
ec...
分类:
系统相关 时间:
2014-05-03 21:26:33
阅读次数:
483
Linux网络服务之HTTP(1)实验要求:1、主机名设为:www.zhy.com,默认首页包括:index.html、index.php,开启保持连接,确认默认httpd是否支持php2、只允许192.168.1.1访问www.zhy.com,允许所有用户访问www.zhy.com/user/index.html3、客户端访问/var/www/html/admin/需要输..
分类:
系统相关 时间:
2014-05-03 20:41:33
阅读次数:
546