Windows开发
WindowsPhone8模拟时钟      前端XAML示例代码: <phone:PhoneApplicationPage xmlns:MyUserControl="clr-namespace:MyClock.MyUserControl" x:Class="MyClock.MainPage" xmlns="http://schemas.microsoft.com...
分类:Windows开发 时间:2014-03-28 18:23:40 收藏:0 阅读:642
配置Linux下tomcat虚拟路径: 找到linux下的server.xml文件,在标签内进行如下配置             unpackWARs="true" autoDeploy="true"             xmlValidation="false" xmlNamespaceAware="false">                      Documenta...
分类:Windows开发 时间:2014-03-28 18:47:26 收藏:0 阅读:566
菜鸟:IOS 学习:烧烤记(第七天) 发表于:2013年03月17日  07:02转发0 1、- (void)becomeKeyWindow;                               // override point for subclass. Do not call directly 调用窗口,使之变成关键窗口 2、- (void)resignKeyWin...
分类:Windows开发 时间:2014-03-28 18:23:11 收藏:0 阅读:551
windows 32位系统: django 1.4 + Apache 2.2 + mysql 5.5 注意这里的Apache要配合mod_wsgi.so 才能使用,并且这里的mod_wsgi的版本和Apache,Python 的对应版本要一致, 我的环境是 python 2.75,这个就得用对应的mod_wsgi_py2.7_ap2.2.so来了,其实32位的环境相对比较好配置,麻烦的是64...
分类:Windows开发 时间:2014-03-28 18:25:43 收藏:0 阅读:591
写在前面的话 本篇博客主要讲 publish和subscribe使用的meteor版本为0.7.0.1本篇博客主要是完善以前写过的一篇博客Meteor中subscribe和publish简单介绍老话重提 ,尽量以官方文档为主本篇博客有不正确的地方在所难免,如有发现望指出。本篇博客涉及到另外一个知识点 Collection,不会详说,将作为独立的博客进行说明。 功能 主要是...
分类:Windows开发 时间:2014-03-28 17:54:28 收藏:0 阅读:524
公司配备了一台性能还算不错的电脑,不过是台式机。我在上面装了ubuntu,但是我的代码工作目录全部都在我自己的win7笔记本上。有时程序开多了就容易卡,于是想到用装ubuntu的台式机来访问我win7的工作目录,进行编程。 WIN7访问UBUNTU win7访问linux的目录很简单,在linux上面装samba就可以了。samba装完之后,可以参照下面进行配置: 1、编辑/etc/samb...
分类:Windows开发 时间:2014-03-28 18:47:55 收藏:0 阅读:560
form1 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace 跨窗体调用函数 { pub...
分类:Windows开发 时间:2014-03-28 18:04:16 收藏:0 阅读:492
Apache +Tomcat  出现 [warn] (OS 64)指定的网络名不再可用。  : winnt_accept: Asynchronous AcceptEx failed.  访问网站速度变慢的解决办法: 在 httpd.conf 文件中  去掉注释# Include conf/extra/httpd-mpm.conf 修改\ Apache2.2\conf\extra ...
分类:Windows开发 时间:2014-03-28 18:59:07 收藏:0 阅读:623
转自:http://www.cnblogs.com/killerofyang/archive/2012/05/31/2529193.htmlVisual Studio 2008 Windows Form项目的发布对有经验的程序员来说,可能不值一提,但对很多新手来说却不知道如何操作,因为在很多关于Vi...
分类:Windows开发 时间:2014-03-28 14:54:27 收藏:0 阅读:588
一种就是象2楼一样老实逐一判断C# code static bool BytesEquals(byte[] array1, byte[] array2) { if (array1.Length != array2.Length) return false; for (int i = 0; i < a...
分类:Windows开发 时间:2014-03-28 15:17:42 收藏:0 阅读:471
19455945694579701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!