function arPro($data,$res=array(),$pid='0',$level='0'){ foreach ($data as $k => $v){ if($v['comment_parent']==$pid){ $res[$v['id']]['info']=$...
分类:
Web程序 时间:
2014-11-26 10:54:13
阅读次数:
205
找到安装目录下的info.xml文件,用记事本打开。我的安装目录是:D:\MATLAB7\toolbox\ccslink\ccslink用记事本打开,显示如下内容:14Link for Code Composer Studio?toolboxfalse$toolbox/ccslink/ccslink...
分类:
其他好文 时间:
2014-11-25 22:50:49
阅读次数:
139
【InfoPanel】 The Info panel shows the color values beneath the pointerand, depending on the tool in use, gives other useful information. Choose Windo.....
分类:
其他好文 时间:
2014-11-25 20:27:53
阅读次数:
196
原文:sql server2008 搭建链接服务器成功后查询时报Cannot obtain the schema rowset "DBSCHEMA_TABLES_INFO" for OLE DB provider "SQLNCLI10" for linked server "XXXXX". 的解决方...
分类:
数据库 时间:
2014-11-25 20:15:16
阅读次数:
199
jQueryEasyUIMessager基本使用$.messager.alert(title,msg,icon,fn)基本用法:eg.$.messager.alert("操作提示","操作成功!");icon使用:icon四种设置:"error"、"info"、"question"、"warning"eg.$.messager.alert("操作提示","操作成功!","info")eg.$.messager.alert("操作提..
分类:
Web程序 时间:
2014-11-25 19:02:12
阅读次数:
190
1 img_des = $img_des; 28 $this->image_type = $image_info[2]; 29 $this->compression = $compression; 30 $this->permissions = $...
分类:
Web程序 时间:
2014-11-25 14:03:21
阅读次数:
239
产生这个错误的原因:
returning into子句作用于insert,update,delete,上而select则不行,应该用into。
报错的存储如下:
create or replace procedure p_stu_info(s_id number, s_name varchar2) is
v_name varchar2(10);
v_age number...
分类:
其他好文 时间:
2014-11-25 10:57:04
阅读次数:
322
镜像使用方法(三种办法任意一种都能解决问题,建议使用第三种,将配置写死,下次用的时候配置还在):1.通过config命令npm config set registry https://registry.npm.taobao.org npm info underscore (如果上面配置正确这个命令会...
分类:
其他好文 时间:
2014-11-25 09:16:03
阅读次数:
178
执行动态sql的语法为:
Excute immediate 动态SQL语句 using 绑定参数列表 returning into 输出参数列表
测试表:表:student(id,name,age);
例子:存储
create or replace procedure p_stu_info(s_id number) is
v_name varchar2(10);
v_ag...
分类:
数据库 时间:
2014-11-24 20:56:58
阅读次数:
230
1、确定你的项目工程的Resources下有你要用的字体文件(.ttf或者.odf)。2、然后在你的工程的Info.plist文件中新建一行,添加key为:UIAppFonts,类型为Array或Dictionary都行,在UIAppFonts下再建立一个键值对,key为:Item 0,添加Valu...
分类:
移动开发 时间:
2014-11-24 18:43:23
阅读次数:
258