E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ToB
APP产品设计流程图和产品设计文档
阅读更多产品设计流程(
toB
)工作有半个月了,遇到了很多问题,也在不断学习和充实自己,让自己的工作变得更加清晰和流程化,所以整理了这么个设计流程。收集整理一切有用或则以后可能会用的文档。
lyqidao
·
2015-09-10 22:00
产品设计
产品原型
产品经理
原型设计
思维导图
APP产品设计流程图
产品设计流程(
toB
)工作有半个月了,遇到了很多问题,也在不断学习和充实自己,让自己的工作变得更加清晰和流程化,所以整理了这么个设计流程。收集整理一切有用或则以后可能会用的文档。
PM刘洋
·
2015-09-10 21:00
Variables and Data Types
Topic1:Question1Assignthevalue5toa,andvalue6
tob
.Assignthevalueofa+btovariablec.a=5 b=6 c=a+b Topic1
臧冽
·
2015-09-09 12:00
【离散数学】实验一 利用真值表法求取主析取范式以及主合取范式的实现
代码:/**Author:
Tob
_yuhong*Function:针对给定的包含任意个变量的真值表,编程实现用真值表法求取其所对应的主析取范式和主合取范式。
hongiii
·
2015-09-04 13:42
离散数学
实验
企业如何挖掘自身大数据的价值
本文内容适合拥有较多客户资源(ToC和部分
ToB
)和内部数据的大中型企业,对拥有大量企业/个人管理数据的政府机构(如税务)的大数据应用也有借鉴意义。一、企业最有价值的数据在哪里大数据的价值基础来
数据分析师
·
2015-08-19 20:00
UVa 12525 Boxes and Stones (dp 博弈)
BoxesandStonesPaulandCaroleliketoplayagamewithSstonesandBboxesnumberedfrom1
toB
.BeforebeginningthegametheyarbitrarilydistributetheSstonesamongtheboxesfrom1
toB
Tc_To_Top
·
2015-08-10 00:00
dp
博弈
uva
记做产品半年的感想
严格意义上来说,我是做了兼职了三个月的客服,兼职了三个月的测试,一路做着
TOB
和TOC的产品的简单策划,一路做点数据分析。
DWade3
·
2015-08-05 23:59
Java - 正则表达式
* * 2. [] 单个字符 * t[aeo]b ---> tab, teb,
tob
* * 3. () 分组 * t(a|e)b ---> tab, teb *
KuangCaibao
·
2015-06-06 17:00
为什么好多公司要费劲DIY私有云,而不是愉快地采用公有云?
Simon进一步推论说,正因为如此,在
ToB
市场上,公共云的占有率和占有深度更强。这点我非常不认同。Simon那一套观点的理论基于经济学里
·
2015-04-08 22:00
公司
diy
私有云
为什么好多公司要费劲DIY私有云,而不是愉快地采用公有云?
Simon进一步推论说,正因为如此,在
ToB
市场上,公共云的占有率和占有深度更强。这点我非常不认同。Simon那一套观点的理论基于经济学
·
2015-04-08 14:00
公司
diy
按条件查询与删除数据-----HBase(伪分布)学习笔记
String RowKey){ HTable h=null; HBaseAdmin ha=null; Get get=new Get(Bytes.
toB
陈安一
·
2015-01-26 20:21
java
hbase
按条件查询与删除数据-----HBase(伪分布)学习笔记
String RowKey){ HTable h=null; HBaseAdmin ha=null; Get get=new Get(Bytes.
toB
陈安一
·
2015-01-26 20:21
java
hbase
BitmapFactory.decodeStream()获取bitmap返回null
Bitmap.CompressFormat.JPEG,100,baos);//arg1为传进来的原始bitmapbaos.toByteArray();InputStreamis=newByteArrayInputStream(baos.
toB
指尖上的开源
·
2014-12-26 15:00
MQ 基本配置举例
-q QMA 2) 定义本地传输队列: define qlocal (QMB) usage (xmitq) defpsist(yes) 3) 创建远程队列: define qremote (QR.
TOB
xinjiatao
·
2014-11-12 22:00
MQ
详测 Generics Collections TList (9): BinarySearch
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
详测 Generics Collections TList (2): First、Last、IndexOf、LastIndexOf
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
捕捉全屏图像
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
初学 Delphi 嵌入汇编[26] - 大小写字母转换
大写字母转小写字母 functionFun2(C:Char):Char; asm addC,32 end; //测试 procedureTForm1.Button1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
详测 Generics Collections TStack(1): Push、Pop、Peek - 其他功能同 TQueue
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
RGBToHSB
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
详测 Generics Collections TQueue (1): Enqueue、Dequeue、Peek
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
详测 Generics Collections TList (7): Items、Contains
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
详测 Generics Collections TDictionary(2): ContainsKey、ContainsValue、AddOrSetValue、TryGetValue
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
用 GDI 操作 EMF 文件[3]: GetEnhMetaFile
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
详测 Generics Collections TList (1): Add、Clear、Count、Capacity
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
试试带参数的 Exit
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
Delphi 2009 之 TStringBuilder 类[7]: ToString
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
一句话为当前窗口客户区捉图: GetFormImage
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
详测 Generics Collections TList (4): AddRange、InsertRange、DeleteRange
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
详测 Generics Collections TList (3): Insert、Delete、Remove、Extract
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
IntraWeb XIV 类型速查表
TObjectIWApplication.TIWCallback
TOb
涂孟超
·
2014-09-26 15:00
理解 Delphi 的类(三) - 初识类的属性
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
Delphi 的绘图功能[8] - TextOut、TextWidth、TextHeight
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
Delphi 2009 之 TStringBuilder 类[4]: Insert 与 Remove
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
详测 Generics Collections TList (8): Sort
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
调用外部 DLL 中的函数(1. 早绑定)
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
学习官方示例 - System.Frac: 返回小数部分
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
如何把一个文本列表添加到 TListBox 并避免重复项 - 回复 "xnlxw" 的问题
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) ListBox1:TListBox; procedureFormCreate(Sender:
TOb
涂孟超
·
2014-09-26 15:00
学习官方示例 - SysUtils.DecodeDate、DecodeTime
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
GdiPlus[10]: IGPTextureBrush 的构建参数
IGPImageAttributes在这里并不好用.比较有意义是:可以从建立参数中指定原始图片的范围.测试效果图:usesGdiPlus; procedureTForm1.FormPaint(Sender:
TOb
涂孟超
·
2014-09-26 15:00
详测 Generics Collections TList (6): Reverse、TrimExcess
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
简体中文与繁体中文的转换函数
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
合并两个 Wav 文件的函数
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
详测 Generics Collections TList (5): Move、Exchange
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
使用 BinToHex() 把 TBytes 转换为十六进制字符串 - 回复 "梧桐栖凤" 的问题
len*2); BinToHex(@ABytes[0],PAnsiChar(Result),len); end; {测试} procedureTForm1.FormCreate(Sender:
TOb
涂孟超
·
2014-09-26 15:00
学习结构[记录]类型(6) - 结构的属性
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
WinAPI 字符及字符串函数(11): lstrcpyn - 复制字符串, 同时指定要复制的长度
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
学习结构[记录]类型(7) - 结构也可以有构造函数
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
理解 Delphi 的类(一) - 从结构谈起
Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButton; procedureButton1Click(Sender:
TOb
涂孟超
·
2014-09-26 15:00
Load Balancing Web Applications
ThisarticleoffersanoverviewofseveralapproachestoloadbalancingonWebapplicationserverclusters.AclusterisagroupofserversrunningaWebapplicationsimultaneously,appearingtotheworldasifitwereasingleserver.
Tob
suwei19870312
·
2014-08-28 22:00
上一页
40
41
42
43
44
45
46
47
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他