码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
面向对象基本概念整理
面向对象基本概念
分类:其他好文   时间:2014-06-14 21:07:22    阅读次数:227
在MVVM模式中,按钮Click事件的绑定方法
在MVVM模式中,我们将Button的方法写到ViewModel中,然后绑定到前端界面。通常的做法是写一个类,继承ICommand接口,然而如果按钮比较多的话,就需要写很多的类,对于后期维护造成很大的不变,微软提供了一个DelegateCommand类,可以简化开发。使用方法如下:首先生命Vie.....
分类:其他好文   时间:2014-06-14 21:03:14    阅读次数:257
用GDB调试程序(一)
用GDB调试程序GDB概述————GDB是GNU开源组织公布的一个强大的UNIX下的程序调试工具。也许,各位比較喜欢那种图形界面方式的,像VC、BCB等IDE的调试,但假设你是在UNIX平台下做软件,你会发现GDB这个调试工具有比VC、BCB的图形化调试器更强大的功能。所谓“寸有所长,尺有所短”就是...
分类:数据库   时间:2014-06-14 21:01:10    阅读次数:245
hust 1054 Broken Keyboard
题目描述Bruce Force's keyboard is broken, only a few keys are still working. Bruce has figured out he can still type texts by switching the keyboard layou...
分类:其他好文   时间:2014-06-14 21:00:09    阅读次数:444
[Leetcode] Binary Tree Maximum Path Sum
Question:Given a binary tree, find the maximum path sum.The path may start and end at any node in the tree.For example:Given the below binary tree, .....
分类:其他好文   时间:2014-06-14 20:59:07    阅读次数:188
jsp传中文乱码问题 encodeURIComponent()编码方法
jQuery.ajax({ type:"POST", url:"${ctx}/offer.do", data:{ 'method':'isNameExist', 'type':'area', 'id':id==""?null:id, 'name':encodeURIComponent(offerAr...
分类:Web程序   时间:2014-06-14 20:58:07    阅读次数:333
PHP webserver 之 soap 生成wsdl文件
class_name = $class_name; $this->service_name = $service_name; } /** * SoapDiscovery::getWSDL() Returns the WSDL of a class if the cl...
分类:Web程序   时间:2014-06-14 20:53:59    阅读次数:360
C#生成word文档
最近两天研究了一下如何使用VS2008(C#语言)输出Word文档。以下是几点总结:1、非常简单。2、开发及运行环境要求。操作系统为:WindowsXP(安装.netframework2.0)/Vista/Win7;在操作系统必须安装Word2003完全安装版。这里必须要强调是Word2003完.....
分类:其他好文   时间:2014-06-14 20:49:52    阅读次数:465
windows系统调用 利用事件对象实现进程通信
1 #include "iostream" 2 #include "windows.h" 3 #include "cstring" 4 using namespace std; 5 6 static LPCTSTR g_szContinueEvent="w2kdg.EventDemo.event.....
分类:Windows程序   时间:2014-06-14 20:48:50    阅读次数:383
cuda-convnet windows8下编译
编译环境:windows8.1Anaconda python2.7Visual studio 2012CUDA6.0Pthread for windowsIntel Math Kernel Librarycuda-convnet 原始文件下载地址:https://github.com/dnouri/...
分类:Windows程序   时间:2014-06-14 20:46:46    阅读次数:793
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!