因为卡在这个问题上好久,外加同事也有遇到,因此记下来!环境:Windows Server 2012 R2 Standard +Dynamics AX 2012 R2 + SharePoint 2010 + MS SQL 2012 SP1前提:机器已加域,且账户为域账户。问题描述:在安装Enterpr...
分类:
其他好文 时间:
2015-04-17 21:44:55
阅读次数:
255
系统环境说明[root@bogon~]#cat/etc/redhat-release
CentOSrelease6.6(Final)[root@bogon~]#uname-rm2.6.32-504.el6.x86_64x86_64介绍的工具centos系统没有带,而且系统安装盘中也没有,所以需要配置epel的yum源32位系统选择:rpm-ivhhttp://download.Fedoraproject.org/pub/ep..
分类:
其他好文 时间:
2015-04-15 23:30:54
阅读次数:
312
以下排名只是个人意见,如有遗漏或得罪哪位大神。请包容。况且linux内核高人我也不知道几个,暂且不论。
1、WowoCock 上海交大医学院 360 合著有两本书《天书夜读》、《寒江独钓》
2、Mark Russinovich 微软 著名的Sysinternals恐怕都知道。Filemon,Regmon等开源应用差不多影响了每个研究Windows内核人。
3、EP_XOFF Rus...
分类:
其他好文 时间:
2015-04-10 17:53:47
阅读次数:
149
1.查询数据表名称、字段、字段说明
SELECT
t.[name] AS 表名,
c.[name] AS 字段名,
cast(ep.[value] as nvarchar(200)) AS [字段说明]
FROM sys.tables AS t
INNER JOIN sys.columns
AS c ON t.object_id = c.object_id
LEFT JOI...
分类:
数据库 时间:
2015-04-08 10:55:37
阅读次数:
160
卡片厂商 标识
--------------------------
中钞信用卡 ZCC
东信和平 EP
楚天龙 CTDSI
湖北黄石捷德万达 HW
广东珠海金邦达 GSC
湖北武汉天喻 WHTY
易联众 YLZ
江苏丹阳恒宝股份 HB
天津磁卡 GSCC
山东青岛融佳 ...
分类:
其他好文 时间:
2015-04-05 12:02:43
阅读次数:
120
问题描述打开EP站点时出现如下Error:Message: An unhandled error has occurred. To view details about this error, enable debugging in the web.config file or view the.....
分类:
其他好文 时间:
2015-04-01 19:15:09
阅读次数:
154
#includeusing namespace std;const int maxn=110;int N;string A,B;string change(string str,int &ep){ string s=string.empty(); string it=str.begin() ; .....
分类:
其他好文 时间:
2015-03-19 00:36:53
阅读次数:
182
#ifndef __USBCFG_H__#define __USBCFG_H__//#define USB_IF_NUM 1#define USB_MAX_PACKET0 64#define USB_DMA_EP 0x00000000//尽量不要是能太多时间//这里每一个事件都代表着一个回调函数,使...
分类:
其他好文 时间:
2015-03-15 07:03:27
阅读次数:
201
枚举过程如下#ifndef __USBCORE_H__#define __USBCORE_H__/* USB端点0 发送数据结构体*/typedef struct _USB_EP_DATA{ U8 *pData; U16 Count;} USB_EP_DATA;/* USB全局变量 */extern...
分类:
其他好文 时间:
2015-03-15 01:59:30
阅读次数:
298
SELECT
t.[name] AS 表名,
c.[name] AS 字段名,
cast(ep.[value] as nvarchar(200)) AS [字段说明]
FROM sys.tables AS t
INNER JOIN sys.columns
AS c ON t.object_id = c.object_id
LEFT JOIN sys.extended_prop...
分类:
数据库 时间:
2015-03-09 00:35:49
阅读次数:
158