首页 > 2014年07月09日 > 全部分享
linq 之 Distinct的使用
1 public class Product 2 { 3 public string Name { get;set;} 4 public int Code { get; set; } 5 } 6 ...
分类:其他   时间:2014-07-09 17:40:02    收藏:0  评论:0  赞:0  阅读:262
Winform读取文档。然后创建,奇数行保存一个文档,偶数行保存一个文档
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows开发   时间:2014-07-09 17:40:46    收藏:0  评论:0  赞:0  阅读:427
Apache Prefork、Worker和Event三种MPM分析
三种MPM介绍 Apache2.X支持插入式并行处理模块,称为多路处理模块(MPM)。在编译apache时必须选择也只能选择一个MPM,对类UNIX系统,有几个不同的MPM可供选择,它们会影响到apache的速度和可伸缩...
分类:其他   时间:2014-07-09 17:41:31    收藏:0  评论:0  赞:0  阅读:378
order.js
$(function(){ serviceHeight(); $('#seconds').hide(); inputFocus();/*开始接受订单*/$('.btn_order').click(function(){ if( !$(this).hasClass('btn_s...
分类:Web开发   时间:2014-07-09 17:42:12    收藏:0  评论:0  赞:0  阅读:489
输入学生成绩,并按升序排列 Ascending.java
import java.util.Arrays;import java.util.Scanner;public class Ascending{ public static void main(String[] args){ Scanner in=new Scanner(System.in); .....
分类:编程语言   时间:2014-07-09 17:44:16    收藏:0  评论:0  赞:0  阅读:452
Android单元测试
在这里有比较详细的文章:http://www.uml.org.cn/wenzhang/artsearch.asp?curpage=1另外有一系列单元测试的文章:Android单元测试: http://www.uml.org.cn/mobiledev/201305281.asp?artid=3373A...
分类:移动平台   时间:2014-07-09 17:43:40    收藏:0  评论:0  赞:0  阅读:332
PHP中output control
Output Control 函数可以让你自由控制脚本中数据的输出。它非常地有用,特别是对于:当你想在数据已经输出后,再输出文件头的情况。输出控制函数不对使用 header() 或 setcookie(), 发送的文件头信息产生影响,只对那些类似于 echo() 和 PHP 代码的数据块有作用。我们...
分类:Web开发   时间:2014-07-09 17:45:42    收藏:0  评论:0  赞:0  阅读:535
CTCI 2.4
Write code to partition a linked list around a value x, such that all nodes less than x come before all nodes greater than or equal to x.Use two addit...
分类:其他   时间:2014-07-09 17:44:58    收藏:0  评论:0  赞:0  阅读:310
如何使用 OpenFileDialog 组件 (选择文件组件)
向程序设计窗体中添加一个OpenFileDialog控件,在属性对话框中设置其Filter属性为 “所有文件(*.*)|*.*|文本文件(*.txt)|*.txt|WPS文档(*.wps)|*.wps|Word文档(*.doc)|*.doc” 将 OpenFileDialog 控件添加到窗体后,它会...
分类:其他   时间:2014-07-09 17:46:55    收藏:0  评论:0  赞:0  阅读:249
poj 2531 Network Saboteur
http://poj.org/problem?id=2531 1 import java.util.*; 2 import java.math.*; 3 public class Main { 4 public static int ans=0; 5 public static vo...
分类:Web开发   时间:2014-07-09 17:47:33    收藏:0  评论:0  赞:0  阅读:366
Android数据库更新并保留原来数据的实现
Android应用程序更新的时候如果数据库修改了字段需要更新数据库,并且保留原来的数据库数据:这是原有的数据库表CREATE_BOOK = "create table book(bookId integer primarykey,bookName text);";然后我们增加一个字段:CREATE_...
分类:移动平台   时间:2014-07-09 17:48:11    收藏:0  评论:0  赞:0  阅读:458
数据从mmsql导入mysql
SQL SERVER数据导入MYSQL工具: navicat for mysql 百度搜一个安装就可以,前提是你已经安装了mysql1,创建目标数据库点击创建好的目标数据库website点的表一项,在右边会出现导入向导选择"导入向导"中ODBC,点击下一步3.创建正确的SQL SERVER数据库OD...
分类:数据库技术   时间:2014-07-09 17:48:56    收藏:0  评论:0  赞:0  阅读:450
android 电容屏(三):驱动调试之驱动程序分析篇
关键词:android 电容屏 tp 工作队列 中断 坐点计算 电容屏主要参数平台信息:内核:linux2.6/linux3.0系统:android/android4.0平台:S5PV310(samsung exynos 4210)作者:xubin341719(欢迎转载,请注明作者)android ...
分类:移动平台   时间:2014-07-09 17:49:37    收藏:0  评论:0  赞:0  阅读:385
定时任务:Java中Timer和TimerTask的使用
java.util.Timer定时器,实际上是个线程,定时调度所拥有的TimerTasks。一个TimerTask实际上就是一个拥有run方法的类,需要定时执行的代码放到run方法体内,TimerTask一般是以匿名类的方式创建。一个完整的Timer:Java代码java.util.Timertim...
分类:编程语言   时间:2014-07-09 17:50:20    收藏:0  评论:0  赞:0  阅读:338
关于Apache的性能优化
关于Apache服务器,我看了一些文档,有一些提高性能的想法。1.重新编译Apache。Apache的默认配置不是为了最大化性能而设置的,而是考虑到向后兼容性和平台兼容性的问题。因此很多2.x的新特性没有能够体现出来。在编译的时候,需要加入一些参数,增加的这些模块应该会大幅的提高性能。既然重新编译,...
分类:其他   时间:2014-07-09 17:51:05    收藏:0  评论:0  赞:0  阅读:381
读javascript高级编程03-函数表达式、闭包、私有变量
一、函数声明和函数表达式定义函数有两种方式:函数声明和函数表达式。它们之间一个重要的区别是函数提升。1.函数声明会进行函数提升,所以函数调用在函数声明之前也不会报错:test();function test(){alert(1);}2.函数表达式不会进行函数提升,函数调用在函数声明之前的话会报错:t...
分类:编程语言   时间:2014-07-09 17:52:22    收藏:0  评论:0  赞:0  阅读:344
install the Mondo Rescue utility in Ubuntu 12.04 or 12.10.
1. Open a terminal window.2. Type in the following commands, then hit Enter after each.wget ftp://ftp.mondorescue.org/ubuntu/`lsb_release -r|awk '{pri...
分类:其他   时间:2014-07-09 17:51:45    收藏:0  评论:0  赞:0  阅读:361
Linux 用户和组的 添加/删除
1、建用户:adduser phpq //新建phpq用户passwd phpq //给phpq用户设置密码2、建工作组groupadd test ...
分类:系统服务   时间:2014-07-09 17:53:01    收藏:0  评论:0  赞:0  阅读:434
mysql-关联查询sql记录
//查询账单关联订单selecto.id as id,o.order_no as orderNo,o.case_no as caseNo,o.send_time as sendTime,o.final_time as finalTime,(select ca.car_no from fm_order...
分类:数据库技术   时间:2014-07-09 17:54:16    收藏:0  评论:0  赞:0  阅读:346
赵雅智_BroadcastReceiver电话监听
AndroidManifest.xml注冊广播接收者加入权限 ...
分类:其他   时间:2014-07-09 17:53:35    收藏:0  评论:0  赞:0  阅读:375
1411条   上一页 1 ... 39 40 41 42 43 ... 71 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!