会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhang wei 's BLOG
qq:1576410833 软件交流群:195724586 awbeci地址:http://www.awbeci.com/zhangwei
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
61
下一页
2015年9月14日
C#线程访问winform窗体控件
摘要: 参考地址:http://www.cnblogs.com/jason-liu-blogs/archive/2012/09/08/2677008.html添加: public Form() { InitializeComponent(); Con...
阅读全文
posted @ 2015-09-14 15:13 Seaurl
阅读(351)
评论(0)
推荐(0)
2015年9月8日
C#版Websocket实例
摘要: Demo地址:www.awbeci.xyz websocket有java、nodejs、python,Php等等版本,我使用的是C#版本,服务器端是Fleck,github地址:https://github.com/statianzo/Fleck 这篇博客就是引用上面的一个例子教你如何使用客户端和服
阅读全文
posted @ 2015-09-08 14:32 Seaurl
阅读(26301)
评论(17)
推荐(6)
2015年9月2日
C# 线程操作
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Configuration;using System.Data;using System.Drawing;using Syst...
阅读全文
posted @ 2015-09-02 15:14 Seaurl
阅读(308)
评论(0)
推荐(0)
WinForm如何调用Web Service
摘要: 参考地址今天看了李天平关于WinForm调用Web Service的代码,我自己模仿做一个代码基本都是复制粘贴的,结果不好使。郁闷的是,又碰到那个该死的GET调用Web Service,我想肯定又是Web.config需要配置,结果WinForm没有这个配置文件,奇怪,为什么人家的就好使,我写的就不...
阅读全文
posted @ 2015-09-02 15:12 Seaurl
阅读(420)
评论(0)
推荐(0)
解决:Access denied for user ''@'sinochip-79e833' (using password: NO)
摘要: uthentication to host '' for user '' using method 'mysql_native_password' failed with message:Access denied for user ''@'sinochip-79e833' (using passw...
阅读全文
posted @ 2015-09-02 14:18 Seaurl
阅读(547)
评论(0)
推荐(0)
2015年8月31日
html5实现全屏的api方法
摘要: 参考地址【进入和退出全屏】// Webkit (works in Safari5.1 and Chrome 15)element.webkitRequestFullScreen();document.webkitCancelFullScreen();// Firefox 10element.mozR...
阅读全文
posted @ 2015-08-31 16:41 Seaurl
阅读(2192)
评论(0)
推荐(0)
2015年8月26日
easyui panel自适应问题
摘要: 项目中要用到easyui,使用也有几年时间了,刚开始使用还不错,毕竟只是简单的增删改查数据,不过到后面越来越觉得easyui不如extjs了,好多复杂一点的问题,easyui表现就力不从心了,题外话就讲到这吧,下面看看这个问题是如何解决的:$(function () { $.fn.zTree.i...
阅读全文
posted @ 2015-08-26 16:16 Seaurl
阅读(1448)
评论(0)
推荐(0)
2015年8月18日
vs2010 javascript代码拓展插件支持代码折叠
摘要: 参考地址
阅读全文
posted @ 2015-08-18 14:28 Seaurl
阅读(290)
评论(0)
推荐(0)
2015年8月8日
解决sitemesh3装饰页面不能使用freemarker标签问题
摘要: 如题,这个问题其实在sitemesh2中已经很好的解决了,不过在sitemesh3中可能没有解决,所以要自己写代码解决了,下面我先讲下sitemesh2是如何解决的: sitemesh-freemarker com.opensymphony.module.siteme...
阅读全文
posted @ 2015-08-08 21:34 Seaurl
阅读(2460)
评论(0)
推荐(0)
2015年8月7日
HighCharts画时间趋势图,标示区以及点击事件操作
摘要: 最近在用HighCharts画趋势图,如果按照设计文档上来画那太复杂了,于是根据自己多年的经验改动了设计文档,添加了highcharts的标示区,然而我也发现,最后一次画highchart趋势图还是在2年前,现在居然都不知道怎么画了(其实也不是不会画,只不过给的开发时间紧,而且我又是个急子,所以觉得...
阅读全文
posted @ 2015-08-07 09:45 Seaurl
阅读(1032)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
61
下一页
公告