Created by Wang, Jerry, last modified on Dec 19, 2014 The following steps demonstrates how to expose a function module as a web service in CRM. 1. cre ...
分类:
Web程序 时间:
2018-12-02 14:59:10
阅读次数:
195
SCRUM 今天 debugger 部分开始实现断点功能,预计可完成大部分。 项目整体打包测试遇到了一些困难,Manli Shu 与 Yuechen Wang 在尝试解决。 | 成员 | 昨日进展 | 今日任务 | |: :| | | | Zibo Wang | 协助调试 | 协助打包、追踪开发进度 ...
分类:
其他好文 时间:
2018-12-01 23:36:20
阅读次数:
229
Problem Description Mr Wang wants some boys to help him with a project. Because the project is rather complex, the more boys come, the better it will ...
分类:
其他好文 时间:
2018-12-01 13:23:02
阅读次数:
129
注: 为了更好的利用站内资源营造一个更好的中文开发资源空间,本文为转发修正帖,原作者为OSIsoft技术工程师王曦(Xi Wang),原帖地址:PI SDK 中级篇 来源:https://d.gg363.site/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ve ...
分类:
其他好文 时间:
2018-12-01 11:09:20
阅读次数:
776
题目: Little K is interested in BnB mode of the game Crazy Arcade recently. He found it important to preview the exploding time of bombs ,so he worked h ...
分类:
其他好文 时间:
2018-11-29 19:58:23
阅读次数:
243
查看是否开启服务 查看my.cnf cat /etc/my.cnf Example MySQL config file for small systems. This is for a system with little memory ( ...
分类:
数据库 时间:
2018-11-29 15:27:19
阅读次数:
166
On a grid map there are n little men and n houses. In each unit time, every little man can move one unit step, either horizontally, or vertically, to ...
分类:
其他好文 时间:
2018-11-28 01:05:47
阅读次数:
130
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3085 Problem DescriptionLast night, little erriyue had a horrible nightmare. He dreamed that he and his ...
分类:
Web程序 时间:
2018-11-28 00:25:38
阅读次数:
279
Java集合 1.java集合的概述 Java集合类存放于 java.util 包中,是一个用来存放对象的容器。 注意:①、集合只能存放对象。比如你存一个 int 型数据放入集合中,其实它是自动转换成 Integer 类后存入的,Java中每一种基本类型都有对应的引用类型。 ②、集合存放的是多个对象 ...
分类:
编程语言 时间:
2018-11-27 22:55:32
阅读次数:
228
题目:Kiki & Little Kiki 2 链接:http://acm.hdu.edu.cn/showproblem.php?pid=2276 分析: 1)如果前一盏灯亮着,则改变这一盏灯的状态。灯用0和1表示亮和不亮。 2)0和0=0,0和1=1,1和0=1,1和1=0;这是异或,或者说 (左 ...
分类:
其他好文 时间:
2018-11-26 23:12:30
阅读次数:
225