首页 > 2016年10月22日 > 全部分享
1000.1 Letters and Words homework 12
#include <iostream> #include <iomanip> #include <cmath> using namespace std; //your code will be hereclass Land { public: Land() : price_(0) {} explic ...
分类:其他   时间:2016-10-22 14:38:18    收藏:0  评论:0  赞:0  阅读:233
1000. Letters and Words homework 12
#include<iostream>#include<sstream>#include<cstring>using namespace std;int main(){ char s[1000]; string str; int count = 0; int count1 = 0; cin.get(s ...
分类:其他   时间:2016-10-22 14:37:51    收藏:0  评论:0  赞:0  阅读:125
1000. The Complex Class
#include<iostream> using namespace std; class Complex //复数类 { public: Complex(double real = 0, double imag = 0); Complex operator+(Complex& com); Comp ...
分类:其他   时间:2016-10-22 14:37:23    收藏:0  评论:0  赞:0  阅读:178
2016 7 25 链表
#include<stdio.h>#include<stdlib.h> /* usingnamespacestd; structNode{ int data;//数据域 struct Node*next;//指针域}; /*Create*函数功能:创建链表.*输入:各节点的data*返回值:指针he ...
分类:其他   时间:2016-10-22 14:37:02    收藏:0  评论:0  赞:0  阅读:135
Mispelling 1510
#include<iostream>#include<string>#include<cstdio>using namespace std;int main(){ int t; cin>>t; int a = t; getchar(); while(t--){ string s; int n; ci ...
分类:其他   时间:2016-10-22 14:36:26    收藏:0  评论:0  赞:0  阅读:108
Asp.net MVC + EF6.0 经常出现的问题
1.运行视图时出现问题:未能加载文件或程序集“EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT ...
分类:Web开发   时间:2016-10-22 14:36:10    收藏:0  评论:0  赞:1  阅读:1160
php微信网页授权获取用户信息
配置回调域名: 1. 引导用户进入授权页面同意授权,获取code 2. 通过code换取网页授权access_token(与基础支持中的access_token不同) 配置回调域名: 1. 引导用户进入授权页面同意授权,获取code 2. 通过code换取网页授权access_token(与基础支持 ...
分类:微信   时间:2016-10-22 14:35:52    收藏:0  评论:0  赞:0  阅读:286
随机数
#include <iostream>#include <iomanip>#include <cstdlib> #include<ctime>using namespace std;class player{ public: char manplay(int a); char computerpla ...
分类:其他   时间:2016-10-22 14:35:06    收藏:0  评论:0  赞:0  阅读:151
1002. Set
#include<iostream>#include<iomanip>#include<set>#include<vector>#include<algorithm>using namespace std;class SetOperation { public: // Add any codes y ...
分类:其他   时间:2016-10-22 14:34:44    收藏:0  评论:0  赞:0  阅读:240
Winform开发框架之通用高级查询模块--SNF快速开发平台3.3-Spring.Net.Framework
最近项目确实忙,但也是一直忙于有关项目和框架技术的事情,也一直致力于改善我的WInform开发框架.使得自己及客户使用起来更加方便,更加友好,更加高效。 在很多程序模块中都很常见,也是给客户扩展查询的一个很好的补充,由于我一直希望我的Winform开发框架能够精益求精,所以做了这个模块,希望对今后我 ...
分类:编程语言   时间:2016-10-22 14:34:27    收藏:0  评论:0  赞:0  阅读:620
类与对象
一.验证 1. 2. 3.重载equals()方法 4.TestStaticInitializeBlock.java 两个引用类型变量中保存的地址不同 二.定义变量int value=100,MyClass obj=new MyClass();两种方式定义的变量是一样的吗? 答:obj是对象变量,声 ...
分类:其他   时间:2016-10-22 14:32:51    收藏:0  评论:0  赞:0  阅读:159
fiddler学习笔记--web session列表
Web Session列表是Fiddler中最重要的部分——它显示了Fiddler多捕捉到的每个Session的简短的摘要信息。 1. Web Session列表栏中各项信息代表的含义 (1)# — Fiddler为Session生成的ID (2)Result — 响应状态码 (3)Protocol ...
分类:Web开发   时间:2016-10-22 14:32:30    收藏:0  评论:0  赞:0  阅读:289
hdu 5150 Sum Sum Sum 水
Sum Sum Sum Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Description We call a positive number X P-number ...
分类:其他   时间:2016-10-22 14:32:11    收藏:0  评论:0  赞:0  阅读:173
1001. Extending MyPoint class
#include<iostream>#include<cmath>using namespace std; class MyPoint { private: double x, y; public: // The no-arg constructor that contruccts a point ...
分类:其他   时间:2016-10-22 14:31:49    收藏:0  评论:0  赞:0  阅读:211
<<ABP框架>> 缓存
简介 ABP提供了一个缓存接口,它内部使用了这个缓存接口。虽然接口的默认实现是MemoryCache,但可以用任何其它实现的缓存供应器。Abp.RedisCache包用Redis实现了缓存(查看下方的“Redis 缓存集成”)。 ICacheManager 缓存的主要接口是ICacheManager ...
分类:其他   时间:2016-10-22 14:31:30    收藏:0  评论:0  赞:0  阅读:470
centos7如何关闭防火墙
1.centos7自带了firewall,而不是iptables: 关闭firewall: 或者: 禁止firewall: 下面是替换成iptables操作: 开机启动: 启动iptables: that'it... ...
分类:其他   时间:2016-10-22 14:30:36    收藏:0  评论:0  赞:0  阅读:251
《OD学Spark》20161022
一、Spark Streaming 1. 什么是Spark Shuffle Wide Dependencies *ByKey: groupByKey,reduceByKey 关联操作:join,cogroup 窄依赖: 父RDD的每个分区的数据,仅仅只会给子RDD的一个分区。 Spark性能优化: ...
分类:其他   时间:2016-10-22 14:30:21    收藏:0  评论:0  赞:0  阅读:163
js 日期
let date = new Date(); let year = date.getFullYear(); let money = money = date.getMonth() + 1; let day = day = date.getDate(); let week = date.getDay( ...
分类:Web开发   时间:2016-10-22 14:30:01    收藏:0  评论:0  赞:0  阅读:157
子网掩码与子网划分
转自:http://bbs.51cto.com/thread-68584-1-1.html 子网掩码与子网划分 目录 : 一、摘要 二、子网掩码的概念及作用 三、为什么需要使用子网掩码 四、如何用子网掩码得到网络/主机地址 五、子网掩码的分类 六、子网编址技术 七、如何划分子网及确定子网掩码 八、相 ...
分类:其他   时间:2016-10-22 14:29:44    收藏:0  评论:0  赞:0  阅读:251
C#winfor实现把数据库的信息显示在comboBox上
一、如下comboBox1、comboBox2、comboBox3,原来这三个都是空的, 将数据库中的省份传递到comboBox1中 二、在Load方法中, 1、用sql命令查询要在comboBox中显示的值 2、将值给DataTable 3、DisplayMember 就是要显示的数据库中的字段: ...
分类:数据库技术   时间:2016-10-22 14:29:05    收藏:0  评论:0  赞:0  阅读:604
1117条   上一页 1 ... 27 28 29 30 31 ... 56 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!