码迷,mamicode.com
首页 >  
搜索关键字:mysql中的.frm .myd .my    ( 14552个结果
Where Jboss7.1 take war application to deploy--reference
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
PHP图片损坏检测 检测图片是否完整 图片是否损坏 检查本地图片是否正常 是否正确的图片
http://my.oschina.net/cart/ 图片抓取到本地了,抓取了上十万张图片,突然发现有少数图片缩略图看是正常的,打开后 图片直显示一部分,但是基数大啊,如何使用PHP批量检测出哪些图片损坏了呢? 如果你是想PHP检测...
分类:Web程序   时间:2014-08-12 03:42:13    阅读次数:229
estore商城案例(二)------登录&添加商品&商品列表(上)
今天继续写一下第二个功能:登录&添加商品&商品列表1、登录页面,很简单做个表单提交一下就可以了,记住登录的功能也先简单写一下,明天写filter过滤器会完善自动登录的功能,以及权限管理.登录页面代码: 1 2 3 4 My JSP 'login.jsp' starting ...
分类:其他好文   时间:2014-08-12 02:57:53    阅读次数:208
sqlyog 安装使用
修改 /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
magento 获得自定义产品属性的属性值
1 $_product->getResource()->getAttribute('my_attribute_name')->getFrontend()->getValue($_product);注:在列表页获得的产品可能信息不全,需要获得产品id之后,使用 1 $_product = Mage:....
分类:其他好文   时间:2014-08-11 14:55:12    阅读次数:205
wxPython Bind key events
In this post, I’ll detail how to catch specific key presses and why this can be useful. This is another in my series of “requested” tutorials. There r...
分类:编程语言   时间:2014-08-11 02:46:11    阅读次数:467
[Java Web] 3\WEB开发之HTML基础程序试手
1、初试:1 2 3 My First Heading4 My first paragraph.5 6 2、标题:HTML 标题(Heading)是通过 - 等标签进行定义的。显然由大标题变为小标题....1 2 3 Thi...
分类:编程语言   时间:2014-08-11 00:19:01    阅读次数:274
优先队列 priority_queue 55 nyist
greater 从小到大lesser 总大到小#include#includeusing namespace std;int main(){ int n,m,t,x,y; long long s; priority_queue ,greater > my; cin>>n; ...
分类:其他好文   时间:2014-08-10 21:09:40    阅读次数:280
mysql配置文件my.cnf详解
mysqld程序:目录和文件basedir = path使用给定目录作为根目录(安装目录)。character-sets-dir = path给出存放着字符集的目录。datadir = path从给定目录读取数据库文件。pid-file = filename为mysqld程序指定一个存放进程ID的文...
分类:数据库   时间:2014-08-10 21:07:30    阅读次数:387
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!