码迷,mamicode.com
首页 >  
搜索关键字:using password: yes    ( 53562个结果
开机自启动程序 注册表
1 #include "iostream" 2 #include "afx.h" 3 #include "atlbase.h" 4 #include "cstring" 5 using namespace std; 6 7 void main(){ 8 FreeConsole(); 9 ...
分类:其他好文   时间:2014-06-06 10:13:14    阅读次数:278
WCF 配置终结点并调用服务
wcf通过xml文件配置终结点什么的感觉有点小麻烦,个人还是觉得用代码形式配置比较好,当然在发布的时候可能会比较麻烦,需要重新编译。。。下面将wcf service寄宿在控制台应用程序中并配置终结点:using (var host = new ServiceHost(typeof(Service1)...
分类:其他好文   时间:2014-06-06 09:49:18    阅读次数:245
C# List.ForEach 方法
C#中List.ForEach 方法是对 List 的每个元素执行指定操作。 示例:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading....
分类:其他好文   时间:2014-06-06 08:29:39    阅读次数:470
MyTools
using UnityEditor;using UnityEngine;using System.IO;using System.Collections;using System.Collections.Generic;public class MyTools{ [MenuItem("MyTo...
分类:其他好文   时间:2014-06-06 07:42:32    阅读次数:332
日志记录到txt文件
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;n...
分类:其他好文   时间:2014-06-06 07:34:37    阅读次数:311
Machine Learning Done Wrong【转】
1. Take default loss function for grantedMany practitioners train and pick the best model using the default loss function (e.g., squared error). In pr...
分类:其他好文   时间:2014-06-05 21:54:12    阅读次数:487
实例365(8)---------三种方法将字符串格式化为日期
一:DateTime.ParseExact方式,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using S...
分类:其他好文   时间:2014-06-05 19:55:41    阅读次数:271
cocos2d-x3.0 RichText
.h#include "cocos2d.h"#include "cocos-ext.h"#include "ui/CocosGUI.h"#include "cocostudio/CocoStudio.h"USING_NS_CC;USING_NS_CC_EXT;using namespace ui;R...
分类:其他好文   时间:2014-06-05 19:46:34    阅读次数:287
实例365(9)---------正则表达式之常见数字验证技巧
一:使用正则表达式验证电话号码,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Te...
分类:其他好文   时间:2014-06-05 19:21:49    阅读次数:265
sdk manager 代理,解决下载速度慢的问题
原文:http://blog.csdn.net/android_panda/article/details/18598883地址:mirrors.neusoft.edu.cn端口:80要勾选:Force ..http://...sources to be fetched using http://....
分类:其他好文   时间:2014-06-05 18:20:49    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!