1import java.security.MessageDigest;import
java.security.NoSuchAlgorithmException;public class MD5 { // MD5変換 public static
String Md5(String st...
分类:
其他好文 时间:
2014-05-17 01:01:56
阅读次数:
215
Qt设置windows系统时间网上的回答很多,但很少有一步到位的,一般会有8小时时差,下面给出直接解决代码:
#include "windows.h"void Dialog::setTime() { SYSTEMTIME st;
GetLocalTime(&st);//关键在这里 st.wHour....
“炫舞家“ST时间限制:3000 ms | 内存限制:65535
KB难度:3描述ST是一个酷爱炫舞的玩家。TA很喜欢玩QQ炫舞,因此TA也爱屋及乌的喜欢玩跳舞机(Dance Dance
Revolution,DDR)。但是TA每天还要努力的学习,因此TA希望每次都保存最多的体力来学习。DDR的主要...
分类:
其他好文 时间:
2014-05-14 09:27:10
阅读次数:
315
发了两天的时间来解决配置Oracle
监听器来使用SQL操作ST_Geometry的配置,网上搜索一大片,结果真正找到的只有方法可用,下面把这个方法我个人在总结下。ArcSDE10.1配置Oracle
监听器来使用SQL操作ST_Geometry和其他版本的配置区别还是有很多不同的,不过不像网上说的...
分类:
数据库 时间:
2014-05-14 07:53:51
阅读次数:
428
其实,在这个文章之前,网上都有好多教程了。不知道是不是因为复制黏贴的传播太多,导致有些字符串的丢失,导致编译失败,so库文件无法载入,从而不能输入中文。折腾了许久之后,终于搞定了。记录下来,方便自己下次重装系统的时候用到。按照这个教程装好ST之后,按下面的命令步骤来操作即可使用中文输入。1.下载所需...
分类:
其他好文 时间:
2014-05-12 13:33:33
阅读次数:
356
客户端:import java.io.FileInputStream;import
java.net.Socket;/** * Created by 290248126 on 14-5-11. */public class Client {
public static void main(St...
分类:
编程语言 时间:
2014-05-11 23:31:37
阅读次数:
408
/* Endian swapping module.Simple example with
Avalon streaming interfaces and a CSR busAvalon-ST has readyLatency of
0Avalon-MM has fixed readLatency ...
分类:
其他好文 时间:
2014-05-11 23:21:17
阅读次数:
423
1.委托声明 2.委托入门实例namespace ConsoleApplication1{
public delegate void methodDelegate(string str); class Program { static void
Main(st...
分类:
其他好文 时间:
2014-05-11 23:03:43
阅读次数:
338
非递归版好像被卡掉了,其他2个板子都能过。
#include
#include
#include
#include
#include
using namespace std;
#define ll int
const int MAXN = 100100;//点数的最大值
const int MAXM = 400010;//边数的最大值
const int INF = 0x3f3f3f3f;
st...
分类:
其他好文 时间:
2014-05-09 22:55:23
阅读次数:
476
BFS。 1 #include 2 #include 3 #include 4
#include 5 using namespace std; 6 7 #define INF 0x3fffffff 8 9 typedef struct
node_st {10 int x, y, ...
分类:
其他好文 时间:
2014-05-09 20:18:48
阅读次数:
339