[1] 当数据库被删除后的恢复方法 首先建立一个测试用的数据库。mysql-uroot-p123123←用root登录到MySQL服务器Enterpassword:←输入MySQL的root用户密码Welcome to the MySQL monitor. Commands end with...
分类:
数据库 时间:
2014-10-04 17:13:46
阅读次数:
304
/****************************************************************//* 学习是合作和分享式的!/* Author:Atlas Email:wdzxl198@163.com/* Welcome>晓的博客:zhangxiaolo...
分类:
编程语言 时间:
2014-10-03 20:30:25
阅读次数:
344
Page类继承于NSObject,保存每个page的信息,如各种图片、文字、标题内容等。@interface EAIntroPage : NSObject// title image Y position - from top of the screen// title and descriptio...
分类:
其他好文 时间:
2014-09-29 20:58:01
阅读次数:
192
一、图标的规格 应用程序图标 (Icon)应当是一个 Alpha 通道透明的32位 PNG 图片。 由于安卓设备众多,一个应用程序图标需要设计几种不同大小,如: LDPI (Low Density Screen,120 DPI),其图标大小为 36 x 36 ...
分类:
移动开发 时间:
2014-09-29 18:19:51
阅读次数:
222
请修改res/xml/default_workspace.xml文件,添加如下代码:
launcher:packageName="" //完整的包名
launcher:className="" //完整包名.类名(处理main intent的类)
launcher:screen="" //应用图标所在的屏幕(...
分类:
其他好文 时间:
2014-09-29 11:30:03
阅读次数:
166
## Welcome to MarkdownPad 2 ## **MarkdownPad** is a full-featured Markdown editor for Windows. ### Built exclusively for Markdown ### Enjoy first-class Markdown support with easy access to Markdown...
分类:
其他好文 时间:
2014-09-29 00:58:27
阅读次数:
291
Screen clipping taken: 2014/9/28 15:15前4者配置:localhost applicationHost.config 后2者配置:web.config要点:这6项虽然列在一起,但在应用上却不是一个级别的;前4者属于IIS验证,其中你们验证不需要提交用户名密码,其他...
分类:
其他好文 时间:
2014-09-28 17:57:34
阅读次数:
199
Android icons:Pixel DensitiesAndroid icons require five separate sizes for different screen pixel densities. Icons for lower resolution are created au...
分类:
移动开发 时间:
2014-09-28 17:40:55
阅读次数:
357
在Python中定义函数的时候,可以使用参数默认值的方式定义函数例子:1 def welcome(who,state='is',action='talking'):2 print(who,state,action)调用函数:1 welcome('Tom')输出Tom is talking1 ...
分类:
编程语言 时间:
2014-09-27 16:33:59
阅读次数:
195
将字符串翻转,如下:
输入:Hi Welcome to cricode
输出:cricode to Welcome Hi
#include
#include
#include
using std::cout;
using std::endl;
using std::string;
using std::stack;
void main()
{
string...
分类:
其他好文 时间:
2014-09-27 13:09:29
阅读次数:
175