/// /// install-package Ninject /// install-package autofac /// install-package Munq.IocContainer ...
分类:
其他好文 时间:
2014-08-05 18:30:29
阅读次数:
297
默认的DataGridView表头颜色实在不是太好看,想设置下,上google搜了一通,都说这样设置 this.dataGridView1.ColumnHeadersDefaultCellStyle.ForeColor = Color.Red;设置了,发现没有什么效果,好像也有人有同样的问题,就是没...
air jordans 2015 for sale.No one told us / loved ones will fly embrace our love / to interstellar singing / dancing on the moon ...... the summer of 2...
分类:
其他好文 时间:
2014-08-05 18:25:59
阅读次数:
283
最近在做一个小插件,没有图标没有activity,利用其他APK启动它的service。直奔主题,插件A,安装插件的应用B.B安装A后,由于A刚被安装,没有注册广播接收器,这里不考虑AIDL。需求需要在B安装完A后让A的service启动。代码和启动activity类似。Intent intent ...
分类:
移动开发 时间:
2014-08-05 18:25:39
阅读次数:
225
Win32 桌面应用程序Win32 应用程序编程接口 (API) 提供了为 Microsoft Windows 操作系统家族编写的应用程序所使用的生成块。Win32 API 从程序员的角度定义了 32 位 Windows 家族成员。Windows 家族的一些成员使用完整的 Win32 API,另外一...
分类:
移动开发 时间:
2014-08-05 18:25:09
阅读次数:
257
批处理很简单,先Stop再Start就行,代码如下(apppoolName是应用程序池的实例名):c:\windows\system32\inetsrv\AppCmd.exe stop apppool /apppool.name:"apppoolName"c:\windows\system32\in...
分类:
其他好文 时间:
2014-08-05 18:23:39
阅读次数:
218
GDI+的基本概念GDI+的常用对象,包括Graphics、Font、Brush、Pen等对象的创建和使用常用图形的绘制Color结构、Point结构和Rectangle结构1.GDI+的概念GDI+是GDI(Graphics Device Interface,图形设备接口)的改进产品。2.GDI+...
分类:
其他好文 时间:
2014-08-05 18:19:39
阅读次数:
239
问题: 一个页面分上下二部分,上部分高度是固定不变的,要求下部分高度自动占满屏幕,如何实现?第一感觉是准备用 JS 实现。今天发现一个用 CSS 实现的方法position: fixed;bottom: 10px;overflow: auto;left: 0px;top: 44px;positi.....
分类:
其他好文 时间:
2014-08-05 18:18:39
阅读次数:
162
java中启动多线程有两种方法,一是继承Thread类,二是实现Runnable接口。 继承Thread类: java中正确地启动多线程不能直接调用run()方法,而是调用从Thread类中继承而来的start()方法。 class myThead01 extends Thread { privat...
分类:
编程语言 时间:
2014-08-05 18:16:39
阅读次数:
252