ligerui:ligerTree:动态加载节点:源码地址:http://download.csdn.net/detail/poiuy1991719/8571255效果图:代码:json.txt[ { text: '节点1', children: [ { text: '节点1.1...
分类:
其他 时间:
2015-04-07 19:19:24
收藏:
0 评论:
0 赞:
0 阅读:
150
1. 创建索引 (看这里)2.索引在什么情况下才会起作用(重点)
分类:
数据库技术 时间:
2015-04-07 19:19:14
收藏:
0 评论:
0 赞:
0 阅读:
230
1 public class MainActivity extends Activity { 2 private String PATH = "https://www.baidu.com/"; 3 private TextView mTv; 4 @Override 5 ...
分类:
其他 时间:
2015-04-07 19:18:34
收藏:
0 评论:
0 赞:
0 阅读:
107
在linux下配置测试环境时,经常遇到代理服务器配置的相关问题,在这里总结一些,为以后节省些时间。 也希望对需要的人有所帮助linux下proxy的常规设置一般是把如下环境变量的设置放到/etc/profile.d/proxy.sh文件中。 对于没有系统权限的用户,可以将下面的内容添加到自己用户目录...
分类:
系统服务 时间:
2015-04-07 19:18:14
收藏:
0 评论:
0 赞:
0 阅读:
265
Problem DescriptionIn the modern time, Search engine came into the life of everybody like Google, Baidu, etc. Wiskey also wants to bring this feature ...
分类:
其他 时间:
2015-04-07 19:18:04
收藏:
0 评论:
0 赞:
0 阅读:
133
第一种方法:采用MS现有的ConfigurationManager来进行读写using System.Configuration;namespace Zwj.TEMS.Common{ public abstract class ConfigHelper { private ...
分类:
移动平台 时间:
2015-04-07 19:17:55
收藏:
0 评论:
0 赞:
0 阅读:
232
转自:JAVA 笔记 Callable 与 FutureTask:有返回值的多线程常用的Thread类在run方法执行完之后是没有返回值的,要实现子线程完成任务后返回值给主线程需要借助第三方转存。Callable接口则提供了一种有返回值的多线程实现方法。下面以一个简单的地主、监工和长工的例子展示这种...
分类:
编程语言 时间:
2015-04-07 19:17:34
收藏:
0 评论:
0 赞:
0 阅读:
144
职责链模式(Chain of Responsibility)(对象行为型) :使多个对象都有机会处理请求,从而避免请求的发送者和接收者之间的耦合关系。将这些对象连成一条链,并沿着这条链传递该请求,直到有一个对象处理它为止。(Avoid couplingthe sender of a request ...
分类:
其他 时间:
2015-04-07 19:17:24
收藏:
0 评论:
0 赞:
0 阅读:
127
Useinnounp.exe to unpack setup.exe created by using Inno setup:for example, unpack all the files wrapped inside setup.exe to a folder named unpacked i...
分类:
其他 时间:
2015-04-07 19:17:14
收藏:
0 评论:
0 赞:
0 阅读:
174
#include#include #include main(){int a,b,c,n,u,i,e=0;int sum2=1;int sum=0;float sum3=0;float answer2;int resultTrue=0;int answer;int time=0;char op,op...
分类:
其他 时间:
2015-04-07 19:17:04
收藏:
0 评论:
0 赞:
0 阅读:
160
android环境搭建完成之后需要配置android环境变量,这对以后的运行调试很有帮助。下面我将一下mac环境下的配置步骤:1.在本地目录(home directory)中创建文件.bash_profile2.在文件中写入以下内容:export ANDROID_HOME=/Users/storm/...
分类:
数据库技术 时间:
2015-04-07 19:16:54
收藏:
0 评论:
0 赞:
0 阅读:
165
下面的博客写的很清楚了http://msching.github.io/blog/page/2/主要涉及AVAudioPlayer和下面这几个函数MPNowPlayingInfoCenter.defaultCenter().nowPlayingInfo = [MPMediaItemPropertyA...
分类:
移动平台 时间:
2015-04-07 19:16:44
收藏:
0 评论:
0 赞:
0 阅读:
219
JS制作的可控制风级的雪花飘落效果|kiddy安全座椅丨河北运动地板 级风
分类:
Web开发 时间:
2015-04-07 19:16:14
收藏:
0 评论:
0 赞:
0 阅读:
189
运算符重载看起来与标准静态方法声明类似,但它们使用关键字operator和运算符本身,而不是一个方法名:public static 返回类型 operator +(类型1 变量1,类型2 变量2){ //返回类型,类型1,类型2 ,可以相同,也可以全部不同}如果使用混合类型的话,需要注意的是,不.....
分类:
Windows开发 时间:
2015-04-07 19:16:04
收藏:
0 评论:
0 赞:
0 阅读:
133
一、编译安装1、上传压缩包到虚机里,rznginx-1.3.15.tar.gz2、解压 tar zxvfnginx-1.3.15.tar.gz3、进到文件夹 cdnginx-1.3.15.tar.gz4、编译安装:./configure --prefix=/usr/local/nginx ...
分类:
其他 时间:
2015-04-07 19:15:54
收藏:
0 评论:
0 赞:
0 阅读:
238
库AFNetworking的使用1.GET请求(html,json,xml)#pragma mark -GET请求-(void)testGetRequset{ NSString *urlString = @"http://www.baidu.com"; urlString = @"htt...
分类:
Web开发 时间:
2015-04-07 19:15:44
收藏:
0 评论:
0 赞:
0 阅读:
282
Manacher算法 啊……Manacher修改一下就好啦~蛮水的…… Manacher原本是找首尾相同的子串,即回文串,我们这里是要找对应位置不同的“反回文串”(反对称?233) 长度为奇数的肯定不满足>_>(中间那个字符无论如何不反对称) 那么我们就找'#'为中心的即可…… 将判断条件...
分类:
其他 时间:
2015-04-07 19:15:34
收藏:
0 评论:
0 赞:
0 阅读:
329
An interface is a contract(协定) that guarantees to a client how a class or struct will behave.When a class implements an interface(实现一个接口), it tells an...
分类:
Windows开发 时间:
2015-04-07 19:15:14
收藏:
0 评论:
0 赞:
0 阅读:
252
今天看书上写的一个例子,1 private void AddMessage(string formatString,2 params string[] parameters)3 {4 Dispatcher.BeginInvoke(new A...
分类:
编程语言 时间:
2015-04-07 19:14:54
收藏:
0 评论:
0 赞:
0 阅读:
218
题目地址:https://leetcode.com/problems/number-of-1-bits/解答:public class Solution { // you need to treat n as an unsigned value public int hammingWei...
分类:
其他 时间:
2015-04-07 19:14:34
收藏:
0 评论:
0 赞:
0 阅读:
270