网络技术 第3页
网络技术

使用adb shell提示adb server is out of date. killing…

adb server端口被占用了,先执行adb nodaemon server ,查看adb server的端口是多少C:\Users\xxxx>adb nodaemon server  cannot bind 'tcp:5037' 再执行下netstat&...
bpdama的头像-BP大马随笔bpdama3年前
015814

Ecms6.6整合百度编辑器1.2.3.0

今天研究了下ECMS,发现其自带的编辑器功能不是很强大,特进行的扩展学习,来此做下笔记。 发现百度提供的在线编辑器支持PHP,ASP.NET,JAVA,感觉不错。而且是商业用户免费使用的。官方地址:h...
bpdama的头像-BP大马随笔bpdama3年前
01576

c# file类 文件删除、创建、重名、复制设置文件属性

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace ConAppFile { class Program { //file类,文件删除、创建、重名、复制设...
bpdama的头像-BP大马随笔bpdama3年前
01516

匈牙利网络服务商 虚拟主机 网站空间 域名注册

http://xszerver.hu/virtualis_szerverek.php http://www.virtualpark.hu/ http://www.domain-regisztracio-kft.hu/vps-hoszting http://www.cms-tarhely.hu/ http://jds.hu/ http://magyar-tar...
bpdama的头像-BP大马随笔bpdama3年前
01508

微信公众平台开发问答

http://jingyan.baidu.com/article/ca00d56c89d6f1e99eebcfdc.html
bpdama的头像-BP大马随笔bpdama3年前
01495

c# sql 数据库 多表关联 根据一个表的字段 读取另一个表的内容

数据库中有3个表,分别是:1. Person字段为: ID;NAME;JOBID;CLASSID              1    李明&nb...
bpdama的头像-BP大马随笔bpdama3年前
014810
帝国ECMS 个人博客模板《More》后台管理-BP大马随笔

帝国ECMS 个人博客模板《More》后台管理

《More》模板跟之前不一样的是,我重新调整了一些代码,还有后台一些调用方法,比之前要更简单些。先讲重要的,这一步是每次更新后必须操作的,记住顺序。 网站安装步骤: 1、将压缩包解压到根...
bpdama的头像-BP大马随笔bpdama3年前
01478

c# 判断dataset 或data table是否为空

if(ds != null && ds.Tables.Count>=0 && ds.Tables[0].Rows.Count>0) { ds.Table[0].Row[0]['name'];  }  判断DataSet是否为空//*****************...
bpdama的头像-BP大马随笔bpdama3年前
014715

c# 将datagridview某一列设定为不可编辑或可编辑

this.indexDataGridView1.Columns[1].ReadOnly = true; this.indexDataGridView1.Columns[2].ReadOnly = true; this.indexDataGridView1.Columns[3].ReadOnly = true; this.indexDataGridView1....
bpdama的头像-BP大马随笔bpdama3年前
01468

wampserver出现You don’t have permission to access

这些天都在都遇到wampserver提示出现:You don't have permission to access/on this server.的提示,一直没去解决。今天由于网站开始改版得用到wamp,所以就得搞定这个问题了。 本地搭建wamp,...
bpdama的头像-BP大马随笔bpdama3年前
01457