UseFul Collection
.......
啦啦啦,test。。。
http://bbs.csdn.net/topics/380175613
http://zhidao.baidu.com/question/580940892.html
http://hovertree.com/h/bjaf/iip6s0h0.htm
--disable the backspace button in wpf page navigation
http://stackoverflow.com/questions/700094/disable-backspace-in-wpf
wpf主题:
http://www.16aspx.com/CodeView/WPFThemeHuan/WPF.Themes/ShinyRed/Theme.xaml.html
http://stackoverflow.com/questions/7781007/define-datagridview-column-type-programmatically
http://stackoverflow.com/questions/1247800/how-to-change-the-color-of-winform-datagridview-header
http://stackoverflow.com/questions/17530323/adding-new-user-control-programmatically-in-windows-forms
http://stackoverflow.com/questions/15653306/hiding-default-gray-column-in-datagridview-winform
http://www.codeproject.com/Articles/64591/DataGridView-based-user-control-with-edit-dialog
http://blog.csdn.net/conexpress/article/details/3338481
输入首字母,下拉列表款自动根据首字母选择出现相关的项目:
http://stackoverflow.com/questions/10187963/selecting-an-item-in-combobox-by-typing
combobox初始化值为空
http://stackoverflow.com/questions/25657352/how-to-set-combobox-value-to-null-or-empty-while-loading-data-to-it-from-databas
EF 批量处理:
http://blog.csdn.net/zlts000/article/details/46385773
TPL:异步处理
https://msdn.microsoft.com/zh-cn/library/dd997423.aspx
http://www.cnblogs.com/xishuai/p/ef-dbcontext-thread-safe.html
多线程:
http://www.cnblogs.com/huangxincheng/archive/2012/04/02/2429543.html
http://blog.csdn.net/wangzhiyu1980/article/details/9915431
http://www.cnblogs.com/fangyz/p/5173244.html
http://my.oschina.net/Tsybius2014/blog/327330
http://blog.jobbole.com/92001/
http://www.cnblogs.com/seacryfly/p/3848438.html
http://blog.csdn.net/wxnjob/article/details/6124964 ///fileupload, 多线程
concurrentbag 和list 的区别:
http://www.tuicool.com/articles/B7BjM3B
wcf:
wcf restful
https://msdn.microsoft.com/en-us/library/dd203052.aspx
http://www.codeproject.com/Articles/571813/A-Beginners-Tutorial-on-Creating-WCF-REST-Services
http://www.codeproject.com/Articles/105273/Create-RESTful-WCF-Service-API-Step-By-Step-Guide
http://www.infoworld.com/article/3061973/application-development/how-to-create-a-restful-service-in-wcf.html
http://www.topwcftutorials.net/2013/09/simple-steps-for-restful-service.html
wix:
https://helgeklein.com/blog/2014/09/real-world-example-wix-msi-application-installer/?PageSpeed=noscript
查找数据库剩余空间:
https://msdn.microsoft.com/zh-cn/library/ms188776.aspx
http://blog.csdn.net/ariczhou/article/details/46517943
cannot connect to wmi provider:
http://tritoneco.com/2014/05/15/fix-sql-configuration-manager-cannot-connect-to-wmi-provider/
UseFul Collection的更多相关文章
- Java基础Collection集合
1.Collection是所有集合的父类,在JDK1.5之后又加入了Iterable超级类(可以不用了解) 2.学习集合从Collection开始,所有集合都继承了他的方法 集合结构如图:
- Collection集合
一些关于集合内部算法可以查阅这篇文章<容器类总结>. (Abstract+) Collection 子类:List,Queue,Set 增: add(E):boolean addAll(C ...
- iOS之解决崩溃Collection <__NSArrayM: 0xb550c30> was mutated while being enumerated.
崩溃提示:Terminating app due to uncaught exception 'NSGenericException', reason: '*** Collection <CAL ...
- [Java Collection]List分组之简单应用.
前言 今天有一个新需求, 是对一个List进行分组, 于是便百度到一些可用的代码以及我们项目使用的一些tools, 在这里总结下方便以后查阅. 一: 需求 现在我们一个数据库表t_series_val ...
- Java Collection开发技巧
Java Collection(集合) 集合中的一些技巧: 通过Collections类的静态方法,可以对集合进行一些操作 1 java.util.List<Integer> number ...
- 浅谈Collection集合
俗话说:一个东西,一件事都离不开三句话:"是什么,为什么,怎么办" 集合是什么: 集合简单的说一个数组集合的高级体现,用来存储数据或对象的容器: 集合为什么存在: 集合只是体现了对 ...
- Backbone中的model和collection在做save或者create操作时, 如何选择用POST还是PUT方法 ?
Model和Collection和后台的WEB server进行数据同步非常方便, 都只需要在实行里面添加一url就可以了,backbone会在model进行save或者collection进行cre ...
- Collection和Collections的区别?
Collection 是接口(Interface),是集合类的上层接口. Collections是类(Class),集合操作的工具类,服务于Collection框架.它是一个算法类,提供一系列静态方法 ...
- Unity性能优化(3)-官方教程Optimizing garbage collection in Unity games翻译
本文是Unity官方教程,性能优化系列的第三篇<Optimizing garbage collection in Unity games>的翻译. 相关文章: Unity性能优化(1)-官 ...
- MyBatis中collection (一对一,一对多)
MyBatis学习:http://www.mybatis.org/mybatis-3/zh/index.html 大对象InsuranceDetailsVO: com.quicksure.mobile ...
随机推荐
- Beta阶段站立会议-02
项目名:在线考试系统 组名:金州勇士 组长:尹良亮 组员:王汉斌.杜月.闫浩楠 代码地址: ssh:git@git.coding.net:handsomeman/examm.githttps://gi ...
- Android课程---Activity 带返回值的跳转
Activity2.java package com.hanqi.test4; import android.content.Intent; import android.os.Bundle; imp ...
- C#中 MD5和SHA1加密代码
Pwd = FormsAuthentication.HashPasswordForStoringInConfigFile(entity.Pwd, "MD5"); Pwd = For ...
- 【Android测试】【第十八节】Espresso——环境搭建
◆版权声明:本文出自胖喵~的博客,转载必须注明出处. 转载请注明出处:http://www.cnblogs.com/by-dream/p/5604642.html 前言 首先还是老规矩,看看官方文档吧 ...
- Oracle SQL基本操作
Oracle数据库基本操作 1.概述 Oracle数据库客户端一般需要安装在服务器上,可以在服务器端操作,一般我们可以用sql developer工具远程连接到数据库,先行建立数据库,然后对表进行增删 ...
- 关键字static/const的作用
static关键字的作用:(1)设置变量的存储域,函数体内static变量的作用范围为该函数体,不同于auto变量,该变量的内存只被分配一次,因此其值在下次调用时仍维持上次的值:(2)限制变量的作用域 ...
- HttpClient(JAVA)使用笔记
HTTPCLIENT 此工具是由apache基金会支持开发的一套 开源 http client 组件, 目前属于 http components的一部分, 官网:http://hc.apache.or ...
- TCP/IP详解--发送ACK和RST的场景
在有以下几种情景,TCP会把ack包发出去: 1.收到1个包,启动200ms定时器,等到200ms的定时器到点了(第二个包没来),于是对这个包的确认ack被发送.这叫做“延迟发送”: 2.收到1个包, ...
- TCP/IP详解--连接状态变迁图CLOSE_WAIT
终止一个连接要经过4次握手.这由TCP的半关闭(half-close)造成的.既然一个TCP连接是全双工(即数据在两个方向上能同时传递,可理解为两个方向相反的独立通道),因此每个方向必须单独地进行关闭 ...
- Struts2(五):ActionSupport
我们在上一章节中的一个列子中使用到了一个标识跳转到登录页面的例子: 示例是这样写的: index.jsp: <br/> <a href="gotoLoginPage&quo ...