会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
高手移驾来此,必当裸足相迎。I‘m lwn6
一种风,只流浪在一座山谷;一道堤,只护住一湾星河.每次仰望星空,我总是闭上眼,因为最美的一颗不在天上.
博客园
首页
新随笔
联系
管理
上一页
1
2
3
4
5
6
7
8
···
14
下一页
2016年3月28日
开发网站相关知识html和javascript
摘要: 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
阅读(2106)
评论(0)
推荐(0)
2015年11月26日
c# 打开、保存文件对话框 和 文件夹选择对话框
摘要: 1、 OpenFileDialog openImageDialog = new OpenFileDialog(); openImageDialog.Filter = "Image Files (*.jpg;*.png)|*.jpg;*.png"; openImageDialog.Multiselec...
阅读全文
posted @ 2015-11-26 16:59 lwn6
阅读(4295)
评论(0)
推荐(0)
PPT 制作必备工具
摘要: 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
阅读(259)
评论(0)
推荐(0)
2015年11月13日
Qt 技术路线
该文被密码保护。
阅读全文
posted @ 2015-11-13 09:12 lwn6
阅读(2)
评论(0)
推荐(0)
2015年11月2日
xml 文件的增删改查
摘要: 序列化和反序列化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
阅读(262)
评论(0)
推荐(0)
2015年10月29日
Linq to DataSet 和 DataSet使用方法学习
摘要: 简单入门: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
阅读(334)
评论(0)
推荐(0)
单例设计模式
摘要: 在软件系统中,经常有这样一些特殊的类,必须保证它们在系统只只存在一个实例,才能确保它们的逻辑正确性,以及良好的效率,如何绕过常规的构造器,提供一种机制来保证一个类只有一个实例。using System;using System.Collections.Generic;using System.Lin...
阅读全文
posted @ 2015-10-29 20:37 lwn6
阅读(122)
评论(0)
推荐(0)
去除字符串中的空格
摘要: 用C语言写一个函数,去除字符串中的空格,并返回删除的空格的个数。不允许开辟新的空间,只能申请简单类型的自动变量。时间复杂度要求为O(n)。#include #includeint deleteSpace(char * pstr);void main(){ char word[]="dhkak ...
阅读全文
posted @ 2015-10-29 20:24 lwn6
阅读(484)
评论(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
阅读(256)
评论(0)
推荐(0)
2015年10月13日
c#datagrid的每行的单击事件
摘要: 需要一个帮助类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
阅读(2162)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
14
下一页
公告
什么是幸福?天天在做自己想做的事情,家人、同事、朋友、客户、网友都和和睦睦,身体健康、钱包鼓鼓、女朋友天天开心、生活无忧无虑就是最大的幸福