转载To set up debugging for pages1. Log into the server that is running the AOS.2. Open the Microsoft Dynamics AX Server Configuration utility (Start > ...
分类:
其他好文 时间:
2014-08-13 17:52:36
阅读次数:
341
Axapta 3 COM ConnectorCopy from blogHaving fun setting up the COM+ connector for Enterprise Portal forAxapta 3 SP3Eventually did the following to get ...
分类:
其他好文 时间:
2014-08-13 17:45:46
阅读次数:
211
相同:在salesforce中,它们都被用来维护对象间的关联关系区别:1.master-detail关系中,如果有master记录,则必须要有detail记录。2.master-detail关系比较紧密,如果删除了master一方的记录,那么相应的detail一方的记录也将被自动删除。而lookup则不会。3.master-detail关系..
分类:
其他好文 时间:
2014-08-13 15:15:47
阅读次数:
218
横竖屏切换,不重新加载
Up to API 13 there was a new value to the configChanges attribute, screenSize
So if you're using large screens make sure to add screenSize in your configChanges attribute:
android:confi...
分类:
移动开发 时间:
2014-08-13 15:02:36
阅读次数:
251
文能深情寻萝莉,武能仗义护人妻[问题描述]Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return ...
分类:
其他好文 时间:
2014-08-13 14:51:56
阅读次数:
228
Description
In the two-player game "Two Ends", an even number of cards is laid out in a row. On each card, face up, is written a positive integer. Players take turns removing a card from either end...
分类:
其他好文 时间:
2014-08-13 01:18:05
阅读次数:
209
设计算法并写出代码移除字符串中重复的字符,不能使用额外的缓存空间。注意: 可以使用额外的一个或两个变量,但不允许额外再开一个数组拷贝。
简单题直接上代码:
#include
#include
void remove_duplicate(char vStr[])
{
int Len = strlen(vStr);
if (!Len)
{
printf("the stri...
分类:
其他好文 时间:
2014-08-13 01:11:05
阅读次数:
252
反正晚上睡不着,熬到1点开始做比赛,6个题目只做了2个题目,而且手速还比较慢,待提升空间还很大呢。A题:给定两个0,1串(len 3 #define in freopen("solve_in.txt", "r", stdin); 4 using namespace std; 5 6 const i....
分类:
数据库 时间:
2014-08-13 00:53:24
阅读次数:
433
freezer子系统用于挂起和恢复cgroup中的进程。freezer有一个控制文件:freezer.state,将FROZEN写入该文件,可以将cgroup中的进程挂起,将THAWED写入该文件,
可以将已挂起的进程恢复。通过遍历cgroup中的进程,对其freeze或者wake_up。freeze操作通过freeze框架实现,设置进程的TIF_SIGPENDING函数(伪信号),唤醒进程,...
分类:
其他好文 时间:
2014-08-12 22:10:34
阅读次数:
302
提供一下裝系統的詳細步驟,盡量詳細到每一步都有,希望能對樓主有所幫助,不盡之處還請樓主不吝指出!謝謝装XP的步骤如下: 开机时,按del键, 进入bios界面,一般选左侧第二项,(Advanced BIOS Features) 进入后,看boot项,Frist Boot...(用page up和pa...
分类:
其他好文 时间:
2014-08-12 21:55:34
阅读次数:
205