码迷,mamicode.com
首页 >  
搜索关键字:mysql中的.frm .myd .my    ( 14552个结果
JQueryMobile开发必须的知道的知识(转)
移动Web页面的基本组成元素: 页面头部,页面内容,页面底部 My Page My Title Hello world jQuery一直以来都是非常流行的富客户端及Web应用程序开发中使用的JavaScript类库,然而一直以来它都是为桌面浏览器设计的,没有特别为移动应用程序设计。jQ...
分类:Web程序   时间:2014-07-07 12:31:59    阅读次数:386
introduction
Good morning, my name is Li Huan. It’s really a great honor to have this opportunity for a interview. I hope I can make a good performance today. Now ...
分类:其他好文   时间:2014-07-07 12:11:36    阅读次数:194
JQueryMobile开发必须的知道的知识
移动Web页面的基本组成元素: 页面头部,页面内容,页面底部My PageMy TitleHello world jQuery一直以来都是非常流行的富客户端及Web应用程序开发中使用的JavaScript类库,然而一直以来它都是为桌面浏览器设计的,没有特别为移动应用程序设计。jQuery Mobi....
分类:Web程序   时间:2014-07-07 09:08:00    阅读次数:340
mysqld_multi配置MySQL多实例
# This is an example of a my.cnf file for mysqld_multi.# Usually this file is located in home dir ~/.my.cnf or /etc/my.cnf## SOME IMPORTANT NOTES FOLL...
分类:数据库   时间:2014-07-07 09:04:08    阅读次数:292
防止 apk反编译 jocky-- java混淆代码 (转至:http://my.oschina.net/f839903061/blog/72554)
1、下载jocky,解压后把整个文件夹复制到Eclipse的plugin目录。2、重启Eclipse,在项目上点右键,如果出现jocky菜单,则安装成功。3、在项目上点右键,选菜单jocky->jocky setting,弹出菜单后设置如图4、点ok后,将在项目的根目录下生成一个jocky_buil...
分类:编程语言   时间:2014-07-07 08:30:59    阅读次数:283
erhai系统使用_web
使用前说明1.安装mysql数据库,安装数据库管理器EMS(SQL Manager Lite for MySQL),将数据库导入数据库管理器; 注意对配置文件my.ini的修改。2.启动resin WEB服务器,如果提示错误的话,注意检查resin.conf所使用的端口号是否被系统服务或者别的服务....
分类:Web程序   时间:2014-07-06 23:30:40    阅读次数:360
Django学习笔记(二)—— 模板
疯狂的暑假学习之 Django学习笔记(二)—— 模板 参考: 《The Django Book》 第四章 一、模板基础知识 1.模板是如何工作的 用 python manage.py shell 启动交互界面(因为manage.py 保存了Django的配置,如果直接python启动交互界面运行下面代码会出错) 输入下面代码 >>> from django import template >>> t = template.Template('My name is {{name}}.') >>> ...
分类:其他好文   时间:2014-07-05 10:41:57    阅读次数:278
How to put username &password in MongoDB(Security&Authentication)?(配置用户认证在MongoDB)
Default do not need username and password authenticate when access mongoDB ,I want to set up the user name & password for my mongoDB. so that any remo...
分类:数据库   时间:2014-07-03 21:02:37    阅读次数:343
关于Erlang中的behaviour
唔,听说过这四个牛逼渣渣的behaviour:gen_server,gen_fsm,gen_event,supervisor。所以也就更加好奇behaviour的实现。在解释它是怎么工作的之前,我们可以先看一个具体的实现。这可能会帮助我们理解。我们先定义一个behaviour:-module(my_...
分类:其他好文   时间:2014-07-03 19:17:59    阅读次数:261
MYSQL 更改datadir的方法
环境:ubuntu12.04apt-get安装的mysql原因:考虑到以后数据库会日益变大,需要把数据的datadir改到空间比较大的数据磁盘上。环境需要把datadir存储到/mnt/mysql_data/mysql下/mnt已经挂载了大的磁盘分区首先停掉mysql,挂载好磁盘。1:修改/etc/mysql/my.cnf修改datadir=/mnt/m..
分类:数据库   时间:2014-07-03 15:13:39    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!