What is Build Lifecycle?ABuild Lifecycleis a well defined sequence of phases which define the order in which the goals are to be executed. Here phase ...
分类:
其他好文 时间:
2014-08-12 18:29:34
阅读次数:
228
mysql查看所有存储过程2011-07-2921:28:16|分类:my基本命令|举报|字号订阅查询数据库中的存储过程方法一:select`name`frommysql.procwheredb=‘your_db_name‘and`type`=‘PROCEDURE‘方法二:showprocedurestatus;查看存储过程或函数的创建代码showcreateprocedureproc_name;sho..
分类:
数据库 时间:
2014-08-12 17:42:34
阅读次数:
312
MySQL的配置文件my.cnf中默认存在一行skip-external-locking的参数,即“跳过外部锁定”。根据MySQL开发网站的官方解释,External-locking用于多进程条件下为MyISAM数据表进行锁定。如果你有多台服务器使用同一个数据库目录(不建议),那么每台服务器都必须开...
分类:
数据库 时间:
2014-08-12 13:30:34
阅读次数:
219
Questioni've deployed the jboss-as-helloworld-errai application in my standalone jboss7.1 instance, and i've delete it latter ( in the */standalone/de...
分类:
移动开发 时间:
2014-08-12 12:53:54
阅读次数:
289
http://my.oschina.net/cart/ 图片抓取到本地了,抓取了上十万张图片,突然发现有少数图片缩略图看是正常的,打开后 图片直显示一部分,但是基数大啊,如何使用PHP批量检测出哪些图片损坏了呢? 如果你是想PHP检测...
分类:
Web程序 时间:
2014-08-12 03:42:13
阅读次数:
229
今天继续写一下第二个功能:登录&添加商品&商品列表1、登录页面,很简单做个表单提交一下就可以了,记住登录的功能也先简单写一下,明天写filter过滤器会完善自动登录的功能,以及权限管理.登录页面代码: 1 2 3 4 My JSP 'login.jsp' starting ...
分类:
其他好文 时间:
2014-08-12 02:57:53
阅读次数:
208
修改 /etc/mysql/my.cnf 把 bind-address =127.0.0.1 注释掉然后1.设置远程访问将相应用户数据表中的host字段改成'%';use mysqlmysql> select host, user from user;+-----------+------+| ho...
分类:
数据库 时间:
2014-08-11 17:39:12
阅读次数:
442
1 #include 2 #include 3 4 using namespace std; 5 6 ///通过嵌套实现元则 7 template 8 class my_tuple 9 {10 public:11 T value;12 N next;13 my_tupl...
分类:
其他好文 时间:
2014-08-11 17:23:52
阅读次数:
188
1、先设计一个基类BaseBean(1)@MappedSuperclass表示实体类父类package com.life.hibernate.bean;import java.util.Date;import javax.persistence.GeneratedValue;import javax...
分类:
系统相关 时间:
2014-08-11 17:18:12
阅读次数:
297
1 $_product->getResource()->getAttribute('my_attribute_name')->getFrontend()->getValue($_product);注:在列表页获得的产品可能信息不全,需要获得产品id之后,使用 1 $_product = Mage:....
分类:
其他好文 时间:
2014-08-11 14:55:12
阅读次数:
205