最近因为要开发广告制作工具,自动生成广告流,需要获取第三方服务器上的文件资源,经过摸索,从这次经历中记录下。 FtpWebRequest
reqFtp;WebResponse response = null;//获取文件夹信息reqFtp =
(FtpWebRequest)WebRequest.Cr...
分类:
其他好文 时间:
2014-04-30 02:52:23
阅读次数:
519
public void sendPlayStateBrocast() {if (mContext !=
null){Intent intent = new
Intent(BROCAST_NAME);intent.putExtra(MusicPlayState.PLAY_STATE_NAME, mPl...
分类:
其他好文 时间:
2014-04-30 02:49:15
阅读次数:
414
菜单"File" - "Reverse Engineer" - "DataBase"弹出来
New Physical Data Model 窗口 ,为模型建好名字 - 点击确定到下一步 就是为建立 类似
jdbc连接数据库的配置文件的一个功能。选择using a data source : 点击右侧...
分类:
数据库 时间:
2014-04-30 02:46:10
阅读次数:
585
1、Microsoft.IdentityModel.dll
位置%ProgramFiles%\ReferenceAssemblies\Windows Identity
Foundation\v3.52、Microsoft.SharePoint.IdentityModel.dll位置C:\Window...
分类:
其他好文 时间:
2014-04-30 02:13:20
阅读次数:
460
线程安全的java日志记录器 1 import java.io.BufferedWriter;
2 import java.io.File; 3 import java.io.FileWriter; 4 import
java.io.IOException; 5 import java.t...
分类:
编程语言 时间:
2014-04-30 02:10:14
阅读次数:
560
Introduction: In this article I will explain
how to create setup file in visual studio 2008/2010 to deploy web application
file directly in IIS or in ...
分类:
移动开发 时间:
2014-04-30 01:35:19
阅读次数:
865
1. 安装openglessudo apt-get install
libgles-mesa-dev2. 安装glew
1.9下载codehttp://sourceforge.net/projects/glew/files/glew/makesudo make install3.
安装freetyp...
分类:
其他好文 时间:
2014-04-30 00:58:28
阅读次数:
506
在本地开发环境中,一切正常,部署到服务器后(windows 2003 +
tomcat)含有中文的查询和表单提交都有乱码,从以下几个方面检查并解决了问题:1、将所有jsp、js、css文件默认编码改为了utf-8,未解决问题。2、struts2的配置文件中加入了节点:
,未解决问题。3、web.xm...
分类:
数据库 时间:
2014-04-30 00:36:57
阅读次数:
588
转自:http://blog.csdn.net/cnjsnt_s/article/details/5548280具体使用时需要参考:http://blog.csdn.net/codeforme/article/details/5539454
(注:没看很明白,囧。)MySQL有两种常用的引擎类型:M...
分类:
数据库 时间:
2014-04-30 00:24:37
阅读次数:
619
exec和source都属于bash内部命令(builtins
commands),在bash下输入man exec或man source可以查看所有的内部命令信息。bash
shell的命令分为两类:外部命令和内部命令。外部命令是通过系统调用或独立的程序实现的,如sed、awk等等。内部命令是由特...
分类:
系统相关 时间:
2014-04-30 00:23:34
阅读次数:
671