上一页 1 2 3 4 5 6 7 8 ··· 14 下一页
摘要: 1.html 布局 https://github.com/bramstein/jlayout/ http://welcome.totheinter.net/columnizer-jquery-plugin/ http://www.jwf.us/projects/jQSlickWrap/ http:/ 阅读全文
posted @ 2016-03-28 17:11 lwn6 阅读(2000) 评论(0) 推荐(0) 编辑
摘要: 1、 OpenFileDialog openImageDialog = new OpenFileDialog(); openImageDialog.Filter = "Image Files (*.jpg;*.png)|*.jpg;*.png"; openImageDialog.Multiselec... 阅读全文
posted @ 2015-11-26 16:59 lwn6 阅读(4230) 评论(0) 推荐(0) 编辑
摘要: 1、图标http://www.easyicon.net/http://ico.58pic.com/http://www.iconpng.com/2、字体http://www.qiuziti.com/http://tieba.baidu.com/p/2611539245(下载:http://pan.b... 阅读全文
posted @ 2015-11-26 16:29 lwn6 阅读(231) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-11-13 09:12 lwn6 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 序列化和反序列化helperusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml.Serialization;using System.IO;using S... 阅读全文
posted @ 2015-11-02 20:33 lwn6 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 简单入门:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;namespace LinqtoDataset{ class Program ... 阅读全文
posted @ 2015-10-29 20:43 lwn6 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 在软件系统中,经常有这样一些特殊的类,必须保证它们在系统只只存在一个实例,才能确保它们的逻辑正确性,以及良好的效率,如何绕过常规的构造器,提供一种机制来保证一个类只有一个实例。using System;using System.Collections.Generic;using System.Lin... 阅读全文
posted @ 2015-10-29 20:37 lwn6 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 用C语言写一个函数,去除字符串中的空格,并返回删除的空格的个数。不允许开辟新的空间,只能申请简单类型的自动变量。时间复杂度要求为O(n)。#include #includeint deleteSpace(char * pstr);void main(){ char word[]="dhkak ... 阅读全文
posted @ 2015-10-29 20:24 lwn6 阅读(473) 评论(0) 推荐(0) 编辑
摘要: #include #includevoid show_bytes(unsigned char *start,int len){ std::bitset aByte; for (int i =0;i<len;i++) { aByte = start[i]; ... 阅读全文
posted @ 2015-10-29 19:55 lwn6 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 需要一个帮助类using System;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using ... 阅读全文
posted @ 2015-10-13 10:41 lwn6 阅读(2104) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 14 下一页
什么是幸福?天天在做自己想做的事情,家人、同事、朋友、客户、网友都和和睦睦,身体健康、钱包鼓鼓、女朋友天天开心、生活无忧无虑就是最大的幸福