• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
wjshan0808

Learn from yesterday, Live for today, For a better tomorrow.
 ————wjshan0808

博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页
2015年3月27日
解决 No resource found that matches the given name (at 'icon' with value '@drawable/icon') 问题
摘要: 对新解决方案Xamarin的Android项目在项目属性换图标后 会出现No resource found that matches the given name (at 'icon' with value '@drawable/icon').错误解决方法是修改 包含MainLauncher = t... 阅读全文
posted @ 2015-03-27 18:24 wjshan0808 阅读(10075) 评论(0) 推荐(0)
Xamarin 编程之打电话
摘要: 参考:http://www.cnblogs.com/yaozhenfa/Main.axml 1 2 8 15 20 25 View CodeStrings.xml http://www.cnblogs.com/yaozhenfa/p/xamarin_android_qu... 阅读全文
posted @ 2015-03-27 11:44 wjshan0808 阅读(523) 评论(0) 推荐(0)
2015年3月26日
解决 Xamarin 拖拽Plain Text 于Layout上时 出现 “The layout could not be loaded:java.lang.System.arraycopy([CI[CII)V” 错误
摘要: 右键项目属性 阅读全文
posted @ 2015-03-26 14:28 wjshan0808 阅读(490) 评论(0) 推荐(0)
解决Xamarin 生成时出现 “aapt.exe”已退出,代码为 1。错误问题
摘要: 项目中添加的资源或项目文件的名称不能包含 空格 横线特殊符号 或者 Android关键字 等 阅读全文
posted @ 2015-03-26 11:21 wjshan0808 阅读(308) 评论(0) 推荐(0)
VS2012离线安装Xamarin (含破解补丁)
摘要: Xamarin离线安装包 来源于 忘忧草特此感谢!离线安装不成功:参考源http://www.cnblogs.com/zjoch/p/3937014.html / http://www.cnblogs.com/Hans2Rose/p/InstallXamarin.html相关工具http://vis... 阅读全文
posted @ 2015-03-26 11:15 wjshan0808 阅读(405) 评论(0) 推荐(0)
2015年3月15日
CentOS 7 下引导 Windows7 启动
摘要: Win7/CentOS7 u盘安装后会覆盖硬盘上已有系统的’引导‘CentOS7下恢复Win7引导编辑# vim /etc/grub.d/40_custom 添加menuentry 'Windows 7'{set root=(hd0,1)chainloader +1}重新编译重启系统# grub2-... 阅读全文
posted @ 2015-03-15 16:33 wjshan0808 阅读(336) 评论(0) 推荐(0)
2015年3月14日
CentOS 7 内核更新后删除旧内核
摘要: 0.当前# uname -srLinux 3.10.0-123.20.1.el7.x86_641.搜索查询# rpm -q kernelkernel-3.10.0-123.el7.x86_64kernel-3.10.0-123.20.1.el7.x86_64kernel-devel-3.10.0-1... 阅读全文
posted @ 2015-03-14 00:53 wjshan0808 阅读(9185) 评论(0) 推荐(0)
2015年3月13日
CentOS 7 安装Dukto(局域网通信工具)
摘要: rmp包http://download.opensuse.org/repositories/home:/colomboem/CentOS_7/x86_64/dukto-6.0-13.1.x86_64.rpm# rpm -iv dukto-6.0-13.1.x86_64.rpm 警告:dukto-6.... 阅读全文
posted @ 2015-03-13 22:39 wjshan0808 阅读(702) 评论(0) 推荐(0)
CentOS 7 自动更新时间日期
摘要: # ntpdate time.nist.gov或# rdate -s time.nist.gov下列服务器可用time-nw.nist.gov 阅读全文
posted @ 2015-03-13 21:47 wjshan0808 阅读(2130) 评论(0) 推荐(0)
2015年1月31日
With as 递归查询
摘要: use TESTcreate table Provinces( pro_Id int primary key identity(1,1), pro_Name nvarchar(255), pro_Code nvarchar(8), pro_PId int) exec sp_r... 阅读全文
posted @ 2015-01-31 17:54 wjshan0808 阅读(221) 评论(0) 推荐(0)
2015年1月30日
ServiceController1
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-01-30 13:57 wjshan0808 阅读(236) 评论(0) 推荐(0)
2015年1月29日
Winform TreeView 节点拖动
摘要: private void treeView_ItemDrag(object sender, ItemDragEventArgs e) { TreeNode dragNode = e.Item as TreeNode; DoDr... 阅读全文
posted @ 2015-01-29 17:43 wjshan0808 阅读(1492) 评论(1) 推荐(0)
Winform ListView 元素拖动
摘要: //ListView 属性 /* AllowDrop : True */ ListView objLVDrag; private void listView_DragDrop(object sender, DragEventArgs e) { ... 阅读全文
posted @ 2015-01-29 17:01 wjshan0808 阅读(1080) 评论(0) 推荐(0)
2015年1月23日
提示文字样式定义
摘要: private void toolTip1_Draw(object sender, DrawToolTipEventArgs e) { // 自定义背景 e.Graphics.FillRectangle(SystemBrushes.Activ... 阅读全文
posted @ 2015-01-23 12:50 wjshan0808 阅读(183) 评论(0) 推荐(0)
窗体闪烁
摘要: /// /// lashes the specified window one time. It does not change the active state of the window. /// /// A handle to the window... 阅读全文
posted @ 2015-01-23 12:42 wjshan0808 阅读(129) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3