码迷,mamicode.com
首页 >  
搜索关键字:monk    ( 213个结果
MySQL学习笔记01_数据库基础知识
01_1 mysql数据库启动与停止 以<管理员权限>启动cmd; 输入net stop mysql停止mysql服务; 输入net start mysql启动mysql服务; 输入mysql -u root –p回车,然后输入密码进入到mysql的操作系统,并具有root权限; 在命令提示符窗口使 ...
分类:数据库   时间:2016-10-31 14:01:23    阅读次数:292
我为什么还要造轮子?Monk.UI诞生记
近期在开发Monk.Soul 通用管理系统,起初本想着找一些主流的框架来作为系统的UI,但是发现了目前市场上的UI不好的地方,很多UI都是前端程序员写的,并没有考虑到后端数据交互的问题,导致数据绑定非常难!,所以Monk.UI诞生了。 Monk.UI 目前只是一个表单美化工具,非常小巧,适合PC使用 ...
分类:其他好文   时间:2016-10-13 18:49:32    阅读次数:457
Monk快速开发框架前期约定
命名规则 后端命名(统一采用[前缀]骆驼命名) 所有类都必须以大写开头 接口必须以I开头 业务逻辑或业务接口必须以Services结尾 数据仓储或仓储接口必须以Repository结尾 所有特效必须以Attribute结尾 所有过滤器必须以Filter结尾 关于全局配置类必须以Config结尾 所有 ...
分类:其他好文   时间:2016-09-09 20:34:36    阅读次数:134
Monkey log分析说明
转自 https://i.cnblogs.com/EditArticles.aspx?opt=1 运行命令: adb shell monkey -p com.crazyhornets.MyHokageAndroidZSY -v -v -v 20 -- throttle 1000 Log: :Monk ...
分类:其他好文   时间:2016-09-08 18:24:08    阅读次数:144
Monkey、Monkeyrunner 概述
软件测试是软件产品开发过程中的重要环节,对于保重软件质量具有重要的意思。手动测试和自动化测试是软件测试的两个基本手段。本文主要介Android – 自动化测试Android平台上提供了一些自动化测试工具:Monkey、Monkeyrunner。Monkey、Monkeyrunner 概述一、Monk ...
分类:其他好文   时间:2016-08-25 14:32:50    阅读次数:231
HDU 5025:Saving Tang Monk(BFS + 状压)
http://acm.hdu.edu.cn/showproblem.php?pid=5025 Saving Tang Monk Problem Description 《Journey to the West》(also 《Monkey》) is one of the Four Great Clas ...
分类:其他好文   时间:2016-08-12 13:35:42    阅读次数:367
2016暑假多校联合---Windows 10
2016暑假多校联合 Windows 10(HDU:5802) Problem Description Long long ago, there was an old monk living on the top of a mountain. Recently, our old monk found ...
分类:Windows程序   时间:2016-08-07 13:46:02    阅读次数:258
POJ - 3286 - How many 0's? 【数位DP】
How many 0's? Time Limit: 1000MS Memory Limit: 65536KB 64bit IO Format: %I64d & %I64u Description A Benedict monk No.16 writes down the decimal repres ...
分类:其他好文   时间:2016-04-24 23:06:47    阅读次数:201
优先队列---Shaolin
Description Shaolin temple is very famous for its Kongfu monks.A lot of young men go to Shaolin temple every year, trying to be a monk there. The mast ...
分类:其他好文   时间:2016-04-07 20:53:30    阅读次数:307
hdu 5025 Saving Tang Monk(bfs+状态压缩)
Description 《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en during ...
分类:其他好文   时间:2016-04-06 13:31:32    阅读次数:333
213条   上一页 1 ... 16 17 18 19 20 ... 22 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!