码迷,mamicode.com
首页 >  
搜索关键字:using password: yes    ( 53562个结果
实例365(1)---------格式化为货币
一:截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using Syste...
分类:其他好文   时间:2014-06-02 13:35:03    阅读次数:256
翻译:使用 ASP.NET MVC 4, EF, Knockoutjs and Bootstrap 设计和开发站点 - 1
原文地址:http://ddmvc4.codeplex.com/原文名称:Design and Develop a website using ASP.NET MVC 4, EF, Knockoutjs and Bootstrap另一种 MVC 应用程序: 简介站点总是快速成长,一旦开始成长,站点就...
分类:Web程序   时间:2014-06-02 00:55:07    阅读次数:372
翻译:使用 ASP.NET MVC 4, EF, Knockoutjs and Bootstrap 设计和开发站点 - 3
原文地址:http://ddmvc4.codeplex.com/原文名称:Design and Develop a website using ASP.NET MVC 4, EF, Knockoutjs and BootstrapPart 1: 创建 Web Application (Knockou...
分类:Web程序   时间:2014-06-02 00:35:52    阅读次数:271
csharp:using Newtonsoft.Json.Net2.0 in .net 2.0 webform
/// /// http://www.weather.com.cn/data/sk/101280601.html /// {"weatherinfo":{"city":"深圳","cityid":"101280601","temp":"32","WD":"西南风","WS":"4级...
分类:Web程序   时间:2014-06-01 23:55:55    阅读次数:809
实例365(2)---------调用系统api修改系统时间
一:截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using Syste...
分类:Windows程序   时间:2014-06-01 23:45:44    阅读次数:518
php Laravel 框架之建立后台文件夹 二
在前面的章节中我们讲解过如何在 Laravel框架中建立后台文件夹. php Laravel 框架之建立后台文件夹 现在我们再添加一块内容.是关于自动加载的部分. 在我们app目录中还有个start目录.它里面这样写道: In addition to using Composer, you may use the Laravel class loader to load...
分类:Web程序   时间:2014-06-01 17:25:07    阅读次数:322
《Pro Android Graphics》读书笔记之第六节
Android UI Layouts: Graphics Design Using the ViewGroup Class  Android ViewGroup Superclass: A Foundation for Layouts  The ViewGroup LayoutParams Class: Layout Parameters Deprecated Layouts: AbsoluteL...
分类:移动开发   时间:2014-06-01 14:50:42    阅读次数:397
神经网络caffe框架源码解析--data_layer.cpp类代码研究
// Copyright 2013 Yangqing Jia #include #include #include #include #include #include "caffe/layer.hpp" #include "caffe/util/io.hpp" #include "caffe/vision_layers.hpp" using std::string; name...
分类:其他好文   时间:2014-06-01 14:39:55    阅读次数:1072
windows编程之文件夹遍历
利用windows的API,FindFirstFile和FileNextFile,采用递归遍历指定文件夹中的所有文件及文件夹,第一次windows编程,代码写的很臃肿难看,请大家多多包涵! #include #include #include #include #define MAXN 100005 using namespace std; void surf(WIN32_FIND_DAT...
分类:Windows程序   时间:2014-06-01 14:11:51    阅读次数:460
hdu 3449 Consumer (依赖01背包)
题目:         链接:点击打开链接 题意: 思路:         dp[i][j]表示前i个箱子装j钱的材料能够得到的最大价值。 代码: #include #include #include using namespace std; #define MAXN 100010 int dp[55][MAXN]; int main() { //freopen("inpu...
分类:其他好文   时间:2014-06-01 13:57:14    阅读次数:270
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!