public class Test {
public static void main(String[] args) {
String x = "1";
String y = "";
String a = x + y;
String b = x + y;
String c = "1" + "";
String d = "1" + "";
System.ou...
分类:
其他好文 时间:
2015-04-20 19:24:39
阅读次数:
115
(1)功能测试需要用到Capybara、DatabaseCleaner、Launchy ? ? (2)Capybara使用例如click_link、fill_in和visit,来模拟用户在浏览器中和应用程序交互的过程 ? ? (3)功能测试应该用feature替换掉d...
分类:
其他好文 时间:
2015-04-20 19:26:12
阅读次数:
179
原创作品,允许转载,转载时请务必以超链接形式标明文章?原始出处?、作者信息和本声明。否则将追究法律责任。http://zhoufoxcn.blog.51cto.com/792419/561934 这个需求来自于我最近练手的一个项目,在项目中我需...
``` python import sys; sys.path = sys.path[1:]; import django; print(django.__path__) ``` 得到 django 安装目录 [‘/Library/Python/2.7/site-packages/django‘] 删除 django 目录即可 之后可以重新安装...
分类:
其他好文 时间:
2015-04-20 19:25:58
阅读次数:
196
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized.? Will retry after the state location is initialized...
分类:
系统相关 时间:
2015-04-20 19:26:37
阅读次数:
422
前段时间,仔细研究了APNS的文档,把一些关键的地方记录了下来,弄懂这些对于理解APNS的规则,至关重要。 ? 1. If APNs attempts to deliver a notification but the device is offline, the notification is s...
分类:
移动开发 时间:
2015-04-20 19:25:26
阅读次数:
166
<!DOCTYPEhtml><html><head><title>我是标题</title></head><body><formaction=‘./ajax1.php‘method="post"id="form"><p><inputtype="test"name="username"id="username"/></p><spanid="reg"></sp..
分类:
Web程序 时间:
2015-04-20 19:17:31
阅读次数:
150
做公司产品运营有一段时间了做了京东,淘宝,还有其他什么微店有赞之类的发现效果都不是很满意主要原因就是【他们只是平台而已你的产品放上去了还需要去做付费推广】这是最头痛的事情公司的财务状况一直不是很好yikuyaokuwwj在广告方面老板的想法是必须有产出才能做投入,但是..
分类:
其他好文 时间:
2015-04-20 19:18:42
阅读次数:
143
//前台的请求页面
<scripttype="text/javascript">
<!--
varxmlHttp;
functioncreateXMLHttpRequest(){
if(window.ActiveXObject){
xmlHttp=newActiveXObject("Microsoft.XMLHTTP");
}
elseif(window.XMLHttpRequest){
xmlHttp=newXMLHttpRequest();
}
}
functionstar..
分类:
Web程序 时间:
2015-04-20 19:17:49
阅读次数:
179
functiontimer(){varts=(newDate(2015,03,09,19,15,00))-(newDate());//计算剩余的毫秒数 vardd=parseInt(ts/1000/60/60/24,10);//计算剩余的天数varhh=parseInt(ts/1000/60/60%24,10);//计算剩余的小时数varmm=parseInt(ts/1000/60%60,10);//计算剩余的分钟数varss=parseI..
分类:
Web程序 时间:
2015-04-20 19:18:45
阅读次数:
159
/***authorhlz*WEB开发中的页面跳转方法总结*PHPheader()函数跳转PHP的header()函数非常强大,其中在页面url跳转方面也调用简单,*使用header()直接跳转到指定url页面,这时页面跳转是302重定向:*/$url="http://www.helloweba.com/";header("Location:$url");/**我们有可能会..
分类:
Web程序 时间:
2015-04-20 19:17:48
阅读次数:
144
错误内容①:[1429500851]ndomod:Couldnotopendatasink!I‘llkeeptrying,butsomeoutputmaygetlost...[1429500851]ndomodregisteredforcontactdata‘[1429500851]ndomodregisteredforcontactnotificationdata‘[1429500851]Eventbrokermodule‘/usr/local/nagios/bin/ndomod.o‘initi..
分类:
其他好文 时间:
2015-04-20 19:18:49
阅读次数:
131
申明:文中有的图片是网上的以及马哥教育的图片.内容是我自己写的,介意话,请联系博主,立刻删除。ext2管理文件的方式:将存储设备高级格式化其实就是创建文件系统。创建好文件系统之后。具体可以参考下图。BootBlock在整体的规划当中,文件系统最前面有一个启动扇区(bootsect..
分类:
其他好文 时间:
2015-04-20 19:16:38
阅读次数:
213
目录1、概述2、主从时间同步3、主从服务器mysql部署4、配置、启动从服务5、测试6、总结1、概述mysql内建的复制功能是mysql应用的“水平扩展”的架构,是mysql高性能运用的基础,为一个服务器配置一个或多个备库来进行数据的同步(准备的说不应该说是“同步”,因为主从服务器的..
分类:
数据库 时间:
2015-04-20 19:17:45
阅读次数:
267
1-先决条件域环境管理架构权限Import-ModuleServerManagerAdd-WindowsFeatureNET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn..
分类:
其他好文 时间:
2015-04-20 19:15:55
阅读次数:
218
mongodb网站及国内大部分网站大部分只介绍了如何在命令行中切换mongodbReplicaset,没有类似java,php语言连接的示例,在php语言开发文档中查找到了连接方式,算是给自己提个醒:
分类:
数据库 时间:
2015-04-20 19:15:02
阅读次数:
254
前言:ios7开始苹果增加了页面右滑返回的效果;具体的是以UINavigationController为容器的ViewController间右滑切换页面。代码里的设置是:self.navigationController.interactivePopGestureRecognizer.enabled=YES;(defaultisYES)可以看到苹果给navigationController添加了..
分类:
其他好文 时间:
2015-04-20 19:17:07
阅读次数:
200