一、三级联动思路 首先,加载第一级的数据,当第一级选项发生变化的时候,清空第二级和第三级的选项,然后根据第一级选择的项绑定第二级的值。当第二级选项发生变化的时候,清空第三级的数据,并根据第二级选项值绑定第三级的数据。二、数据库设计 一般实现三级联动数据库的设计都是设置为3个字段。id(下一级...
分类:
其他好文 时间:
2014-07-23 20:37:05
阅读次数:
298
07-23 18:16:17.641: W/SQLiteConnectionPool(28390): A SQLiteConnection object for database '/storage/emulated/0/cnOA.db' was leaked! Pl...
分类:
移动开发 时间:
2014-07-23 20:36:55
阅读次数:
246
本章提要---------------------------------------------arthiecture, and some componentconnect to oracle这一章, 概念性的东西多一些---------------------------------------...
分类:
其他好文 时间:
2014-07-23 20:36:45
阅读次数:
288
var s1 = "2007-01-01";var s2 = "2007-12-31";s1 = s1.replace(/-/g, "/"); s2 = s2.replace(/-/g, "/"); s1 = new Date(s1);s2 = new Date(s2);var days= s1.g...
分类:
Web程序 时间:
2014-07-23 20:36:35
阅读次数:
218
现在腾讯有很多外包人员,我也不例外,外包很多是从外聘转过来的,但可以免费乘坐腾讯的班车,这一点我还是比较欣慰的, 5月份过来这边的,到现在2个月了,第一次加入这样的组织和团队,心里还是有点欣喜的,是过去几年没有过的经验,腾讯的外围系统是不用.NET 的,为啥呢?应该大家都会明白,成本问题,liun....
分类:
其他好文 时间:
2014-07-23 20:36:05
阅读次数:
203
1、int与byte[]之间的转换(类似的byte short,long型) /** * 将int数值转换为占四个字节的byte数组,本方法适用于(低位在前,高位在后)的顺序。 和bytesToInt()配套使用 * @param value * 要...
分类:
其他好文 时间:
2014-07-23 20:35:55
阅读次数:
220
本章提要--------------------------------------------------SGA: System Global Area ( 包括background process)PGA: Process Global Area 进程或线程专用内存UGA: User Globa...
分类:
其他好文 时间:
2014-07-23 20:35:45
阅读次数:
235
开发过程中有时候会在Thread类中执行某些操作,有些操作会由于Android版本的不同,尤其是低版本而Crash,因此必要的时候会查看某些容易引起crash的操作是否是在主线程,这里举三种方法:方法一:使用Looper类判断Looper.myLooper() == Looper.getMainLo...
分类:
移动开发 时间:
2014-07-23 20:35:35
阅读次数:
219
【EPS承载】基础知识——TFT 数据包过滤器:通常是在数据包传送过程中允许或阻止它们的通过。如果要完成数据包过滤,就要设置好规则来指定哪些类型的数据包被允许通过和哪些类型的数据包将会被阻止。TFT(Traffic Flow Template):是关联到EPS承载上的一个数据包过滤器的集合,分为上行...
分类:
其他好文 时间:
2014-07-23 20:35:15
阅读次数:
1783
Description:You are given a string,S, and a list of words,L, that are all of the same length. Find all starting indices of substring(s) in S that is a...
分类:
其他好文 时间:
2014-07-23 20:35:05
阅读次数:
246
Next PermutationImplement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers.If such arrangemen...
分类:
其他好文 时间:
2014-07-23 20:34:45
阅读次数:
206
Description:Given a strings, partitionssuch that every substring of the partition is a palindrome.Return the minimum cuts needed for a palindrome part...
分类:
其他好文 时间:
2014-07-23 20:34:35
阅读次数:
235
/* 网页爬虫*/import java.io.*;import java.net.*;import java.util.regex.*;class RegexTest2{ public static void main(String[] args) throws Exception { getMa...
分类:
Web程序 时间:
2014-07-23 20:34:25
阅读次数:
217
设置包的日志等级Level level = Level.toLevel(Level.DEBUG);Logger logger = LogManager.getLogger(“package”);logger.setLevel(level);设置全局日志等级Levellevel=Level.toLev...
分类:
其他好文 时间:
2014-07-23 20:34:15
阅读次数:
187
style="padding-bottom: 0px; line-height: 1.5; margin: 0px; padding-left: 0px; padding-right: 0px; font-family: 宋体, Arial; font-size: 14px; padding-top...
分类:
系统相关 时间:
2014-07-23 20:34:05
阅读次数:
288