首页 > 2016年08月28日 > 全部分享
MyEclipse 2015 Debug窗口显示调试按钮
选择右侧的小三角图形,然后选择ShowDebugToolbar动画图
分类:系统服务   时间:2016-08-28 07:35:17    收藏:0  评论:0  赞:0  阅读:576
Hibernate 参考
HIBERNATE-RelationalPersistenceforIdiomaticJavahttp://docs.jboss.org/hibernate/orm/3.3/reference/en/html/index.html
分类:Web开发   时间:2016-08-28 07:35:10    收藏:0  评论:0  赞:0  阅读:283
软考《网络规划设计师》一些网络收集习题
某单位采用DHCP进行IP地址自动分配,经常因获取不到地址受到用户的抱怨,网管中心决定采用NetworkingMonitor来监视客户端和服务器之间的通信。为了寻找解决问题的方法,重点要监视(C)DHCP消息。A. DhcpDisc..
分类:其他   时间:2016-08-28 07:34:57    收藏:0  评论:0  赞:0  阅读:328
Angular 与 jQuery 两者的适用性
AngularJS与jQuery在Web应用开发上走的是不同的录。jQuery完全是通过显式操作浏览器中的DOM来创建应用程序。AngularJS采用的方法则是将浏览器吸收为应用程序开发的基矗毫无异味,JQuery是一个强大的工具——也是我非常喜爱使用的。JQuery的健壮性和可靠性都很好,而且你可以很..
分类:Web开发   时间:2016-08-28 07:34:37    收藏:0  评论:0  赞:0  阅读:305
分布式服务框架Dubbo使用小结
介绍: Dubbo是一个被国内很多互联网公司广泛使用的开源分布式服务框架,致力于提供高性能和透明化的RPC远程服务调用方案,以及SOA服务治理方案,每天为2,000+个服务提供3,000,000,00...
分类:其他   时间:2016-08-28 07:33:58    收藏:0  评论:0  赞:0  阅读:537
Combination Sum IV -- LeetCode
Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target. ...
分类:其他   时间:2016-08-28 07:33:26    收藏:0  评论:0  赞:0  阅读:311
sqlzoo.net刷题5
List the continents that have a total population of at least 100 million. 这题考察的是使用集聚函数生成表之后,如何过滤 一般我们生成一个查询结果集都会使用 where 表达式来过滤不想要的内容, 但是group by分组表达式 ...
分类:数据库技术   时间:2016-08-28 07:33:08    收藏:0  评论:0  赞:0  阅读:206
3Sum Smaller -- LeetCode
Given an array of n integers nums and a target, find the number of index triplets i, j, k with 0 <= i < j < k < n that satisfy the condition nums[i] + ...
分类:其他   时间:2016-08-28 07:32:56    收藏:0  评论:0  赞:0  阅读:225
sqlzoo.net刷题4
http://dba.stackexchange.com/questions/4066/cant-retrieve-data-of-countries-and-regions 老外也有在论坛为这题发愁的,幸好下面有人解答,我找着思路把这题给抄了 题目问题是: Some countries have ...
分类:数据库技术   时间:2016-08-28 06:30:56    收藏:0  评论:0  赞:0  阅读:563
跨平台网络通信与服务器框架 acl 3.2.0 发布
acl 3.2.0 版本发布了,acl 是 one advanced C/C++ library 的简称,主要包括网络通信库以及服务器框架库等功能,支持 Linux/Windows/Solaris/FreeBsd/MacOS 平台;整个 acl 项目主要包含三个函数库:lib_acl(纯C开发的基础 ...
分类:其他   时间:2016-08-28 06:30:48    收藏:0  评论:0  赞:0  阅读:336
WeX5开源免费跨端开发工具-html5 app开发就用WeX5
http://www.wex5.com/wex5/?utm_source=Baidu-0815 ...
分类:移动平台   时间:2016-08-28 06:30:26    收藏:0  评论:0  赞:0  阅读:320
sqlzoo.net刷题3
Find the continents where all countries have a population <= 25000000. Then find the names of the countries associated with these continents. Show nam ...
分类:数据库技术   时间:2016-08-28 06:29:56    收藏:0  评论:0  赞:0  阅读:388
EF外键关联
客户里面存在客服外键 基类模型 客服模型 客户模型 在上下文进行映射 查询 刚学EF,不懂要Include,查到的记录CustomerManager都是null,Include之后才有数据,在此标志一下 ...
分类:其他   时间:2016-08-28 06:29:46    收藏:0  评论:0  赞:0  阅读:270
我是怎么找电子书的?
网盘搜索引擎 http://so.baiduyun.me/ 备注:提供百度谷歌双索,几乎包含所有的网盘,默认搜索百度网盘,如果百度网盘搜不到,各位可以选择其他网盘再进行搜索。 找文件 http://www.zhaofile.com/ 备注:搜索的网盘有限,备用网盘搜索引擎。 掌上书苑 备注:主提供E ...
分类:其他   时间:2016-08-28 06:29:19    收藏:0  评论:0  赞:0  阅读:217
ex3-数字和数字计算
代码: print("I will now count my chickens:") print("hens", 25+30/6)print("Roosters", 100-25*3%4)print("I will count the eggs:")print(3+2+1-5+4%2-1/4+6)p ...
分类:其他   时间:2016-08-28 06:28:56    收藏:0  评论:0  赞:0  阅读:246
ex2-注释和井号
代码: print("I could have code like this.") # and the commnt after is ignored.# You can also use a comment to "disable" or comment a piece of code:# pri ...
分类:其他   时间:2016-08-28 06:28:36    收藏:0  评论:0  赞:0  阅读:246
Windows Server 2012 R2里十个极好的新功能
Windows Server 2012 R2具备的众多新特点大大的增强了操作系统的功能性,同时也是在Windows Server 2012原有功能上的拓展。这里整理出Windows Server 2012 R2的10个会对你的日常工作有冲击力的新功能。其中一些新功能,尤其是在存储领域,微软为传统合作 ...
分类:Windows开发   时间:2016-08-28 06:28:16    收藏:0  评论:0  赞:0  阅读:433
Gym 100801G Graph 拓扑排序
http://codeforces.com/gym/100801/attachments 用set维护一下入度为零的点,每次将当前指针和下一个指针连一条边 写博客只是为了纪念一下第一次用set,还有我逝去的4小时青春 PS.iterator在迭代器中不要xjb改 ...
分类:编程语言   时间:2016-08-28 06:27:56    收藏:0  评论:0  赞:0  阅读:347
Python模块应用 (linecache)
linecache linecache是专门支持读取大文件,而且支持行式读取的函数库。 linecache 预先把文件读入缓存起来,后面如果你访问该文件的话就不再从硬盘读取。对于大文件的读取效率还不错 Help on module linecache: NAME linecache - Cache ...
分类:编程语言   时间:2016-08-28 06:27:46    收藏:0  评论:0  赞:0  阅读:274
ex1-第一个程序 ”helloworld”
代码: print("Hello world.")print("Hello again.")print("I like typing this.")print("This is fun.")print('Yay! Printing.') # 单引号跟双引号的效果一样的~print("I'd rath ...
分类:其他   时间:2016-08-28 06:27:36    收藏:0  评论:0  赞:0  阅读:262
1157条   上一页 1 ... 51 52 53 54 55 ... 58 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!