今天看到oschina的sonar上线,想要试试,发现要把项目放到git@osc中 手上有个测试的项目,远端在gitlab上,网上搜了下git 配置多个远程仓库: 1.先git@osc中创建一个项目 2.将本地的ssh公钥放到git@osc中 3.本地g...
分类:
其他好文 时间:
2014-07-22 08:13:35
阅读次数:
217
2014-07-2110:28:34首先PO上主要Python代码(2.7), 这个代码在Deep Learning上可以找到. 1 # allocate symbolic variables for the data 2 index = T.lscalar() # index to...
分类:
编程语言 时间:
2014-07-22 00:29:38
阅读次数:
352
WireShark过滤语法1.过 滤IP,如来源IP或者目标IP等于某个IP例子:ip.src eq 192.168.1.107 or ip.dst eq 192.168.1.107或者ip.addr eq 192.168.1.107 // 都能显示来源IP和目标IP2.过滤端 口例子:tcp.po...
分类:
其他好文 时间:
2014-07-21 10:00:51
阅读次数:
263
题目描述: Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a process to make the results as fair as po...
分类:
其他好文 时间:
2014-07-19 19:09:03
阅读次数:
282
下面代码是我post按钮下面的代码,里面有我实际项目的一些参数和返回数据,仅供参考。if (Request.QueryString["po"] != "") { strPo = Request.QueryString["po"].ToString(); ...
分类:
Web程序 时间:
2014-07-18 20:28:54
阅读次数:
220
// FixedFuncEMU.fx// Copyright (c) 2005 Microsoft Corporation. All rights reserved.//struct VSSceneIn{ float3 pos : POSITION; //po...
分类:
其他好文 时间:
2014-07-16 19:38:19
阅读次数:
197
安装准备
(1)确认系统版本、内核版本
# oslevel –r //查看操作系统版本
//-08可以安装10g,-09可以安装11g
# prtconf |more //打印硬件配置信息
System Model: IBM,7028-6C4
Machine Serial Number: 10681AA
Processor Type: PowerPC_PO...
分类:
数据库 时间:
2014-07-14 18:21:51
阅读次数:
454
void CNumEdit::OnRButtonDown(UINT nFlags, CPoint point){ // TODO: 在此添加消息处理程序代码和/或调用默认值 //CEdit::OnRButtonDown(nFlags, point); //弹出菜单//定义一个菜单类 CMenu po...
分类:
其他好文 时间:
2014-07-14 09:46:04
阅读次数:
220
原文地址:http://blog.csdn.net/fangzhibin4712/article/details/7179414前提条件:表sjzdfl 表sjzdxx (使用数据库MySQL)表sjzdfl (两个字段sjzdflId 和 sjzdflmc)表sjzdfl 建表语句:[sql]vi...
分类:
系统相关 时间:
2014-07-13 23:28:46
阅读次数:
320
小算法:求一个数的乘方 - 使用递归 1 /** 2 * 求一个整数的乘方 3 * @param num 要乘方的数字 4 * @param power 多少次方 5 * @return 6 */ 7 public static int po...
分类:
其他好文 时间:
2014-07-10 17:00:14
阅读次数:
247