K-th NumberTime Limit:20000MSMemory Limit:65536KTotal Submissions:38225Accepted:12417Case Time Limit:2000MSDescriptionYou are working for Macrohard co...
分类:
其他好文 时间:
2014-10-23 16:06:46
阅读次数:
236
RubertdeMacBook-Pro:~ Rubert$ ionic build androidCurrent working directory is not a Cordova-based project.RubertdeMacBook-Pro:~ Rubert$ cd myApp/Ruber...
分类:
移动开发 时间:
2014-10-23 01:21:12
阅读次数:
435
Linux常用命令英文全称与中文解释Linux系统man: Manual 意思是手册,可以用这个命令查询其他命令的用法。pwd:Print working directory 意思是密码。su:Swith user 切换用户,切换到root用户cd:Change directory 切换目录ls:L...
分类:
系统相关 时间:
2014-10-22 20:23:13
阅读次数:
353
intersect y except are both working on same table and multiple tablesEXCEPT 从左查询中返回右查询没有找到的所有非重复值。INTERSECT 返回 INTERSECT 操作数左右两边的两个查询都返回的所有非重复值。以下是将使用...
分类:
其他好文 时间:
2014-10-21 19:19:56
阅读次数:
217
根据loadrunner官方文档tutorial试验“Solving Common Playback Problems”时,将所遇见问题总结如下。问题主要有:1.录制与回放后loadrunner无法找出动态值,即2次log的不同之处。2.关联后仍然无法回放成功。解决:录制前,设置的working d...
分类:
其他好文 时间:
2014-10-21 19:11:47
阅读次数:
248
昨天升级了一下苹果系统到10.10,扁平化确实不错,高兴之余多少有些不快.我的svn出现问题,总是提示我
SVN:This client is too old to work with working copy
在网上也看了不少解决方法,但是都以降级为原则.那为什么不升级.mac升级svn确实有点困难,但总是可以的,大家可以通过看文章:http://blog.csdn.net/qi_ru...
分类:
其他好文 时间:
2014-10-21 13:52:17
阅读次数:
172
1.下载Jboss7 下载地址:http://www.jboss.org/jbossas/downloads/ 2.解压到一个目录,如D:\Working,最终路径是D:\Working\jboss-as-7.1.1.Final 3.确定已经配置了jdk环境变量 JAVA_HOME:C:...
在可绘制了以下功能帮助您实现材料设计你的应用程序: 可绘制着色 突出的颜色提取 矢量可绘 这一课将告诉您如何使用您的应用程序这些功能。 色调绘制对象资源 采用Android5.0(API等级21)以上,则可以着色定义为透明遮罩位图和九补丁。您可以调整它们的色彩资源或主题属性,以便于解决颜色资源(例如,机器人:ATTR/ colorPrimary)。通常情况下,您将创建这些资...
分类:
移动开发 时间:
2014-10-20 17:25:27
阅读次数:
225
若在提交.gitignore之前,不小心提交了无用的文件入repo,可以用以下命令在repo中去除这些文件git rm -r --cached git add .git commit -m '.gitignore is now working'源地址:http://stackoverflow.com...
分类:
系统相关 时间:
2014-10-20 11:39:33
阅读次数:
204
1. svnadmin create ~/repository2. svnserve -d -r ~/repository3. svn checkout file://~/repository $WORKING_DIR4. cd $WORKING_DIR5. svn add your files t...
分类:
其他好文 时间:
2014-10-20 09:58:45
阅读次数:
198