hello !!! this is my first blog now i will introduce myself to you my name is pangkun and my major is computer science my hobby is palying basketball ...
分类:
其他好文 时间:
2018-09-05 13:56:17
阅读次数:
162
We at HashiCorp are pleased to introduce the new Terraform Provider Enablement project, making it easier than ever for Go developers to give Terraform‘s users access to their favorite clouds and services.
分类:
其他好文 时间:
2018-09-04 13:52:27
阅读次数:
165
ADG INTRODUCE Active Data Guard(ADG)是ORACLE 11g企业版的新特性,需要单独的License.可以打开Physical standby至read only模式,standby可以用来做报表系统、查询、排序或Web站点。实时读写分离,以此来分担primary ...
分类:
其他好文 时间:
2018-08-02 16:07:40
阅读次数:
225
function declare introduce param These functions (collectively known as "function creation routines") are used to add SQL functions(scalar SQL functio ...
分类:
数据库 时间:
2018-07-16 11:17:15
阅读次数:
704
(1) 封装就是把数据和过程封装在一起形成一个类,向用户隐藏其实现细节,用户只能通过开放的接口与对象进行通信,而不能直接访问内部细节,比如 就是把name和age封装成Person,这样Person的用户就不能直接访问name和age,但是他们可以通过introduce方法与Person进行交互。如 ...
分类:
其他好文 时间:
2018-07-12 00:32:10
阅读次数:
161
Can not issue data manipulation statements with executeQuery() 原因是这句:st.executeQuery("insert into student values('"+name+"','"+age+"','"+introduce+"') ...
分类:
其他好文 时间:
2018-07-09 19:13:37
阅读次数:
113
1.属性、方法、对象、方法调用 class Cat: #属性 #方法 def eat(self): print("猫在吃鱼....") def drink(self): print("猫正在喝kele.....") def introduce(self): #print("%s的年龄是:%d"%(t ...
分类:
其他好文 时间:
2018-06-17 23:26:46
阅读次数:
202
一.499是nginx自定义的http状态码。在源码中有这么一段说明/* * HTTP does not define the code for the case when a client closed * the connection while we are processing its request so we introduce * own code to
分类:
其他好文 时间:
2018-06-07 11:28:17
阅读次数:
127
Preface The document is about to introduce some specialties on PLM development and maintenance activities, we weren’t going to state everything about ...
分类:
其他好文 时间:
2018-06-04 11:48:51
阅读次数:
145
一段复杂的计算的表达式(一般 逻辑判断 if(a!=1 && b!=Null && a>b ) && .... 直接在代码中参与到 代码的逻辑中时 将负责的判断表达式 变成有意义的临时变量 boolean validA = a!=null && a!=1; boolean validB = b!=n ...
分类:
其他好文 时间:
2018-05-29 00:30:43
阅读次数:
161