搜索到与相关的文章
编程技术

江南重工再度更名 15日起改为中船股份

http://www.sina.com.cn2007年10月11日21:20全景网全景网10月11日讯江南重工(61.64,3.37,5.78%)(600072)再度发布关于证券简称调整的公告,公告显示,中船江南重工股份有限公司于2007年10月9日在《上海证券报》、《中国证券报》上海证券交易所网站上刊登了“中船江南重工股份有限公司关于证券简称变更的公告”,现考虑到“中船重工”这一股票简称可能存在歧议,经公司申请,并经上海证券交易所核准,公司证券简称自20

系统 2019-08-29 22:29:43 2094

编程技术

在Button任意位置加图片效果

通常情况会想到drawableLeft,drawableTop,drawableRight,drawableBotton,这样是可以做,但只能在四个位置。下面这种办法可以实现任意位置:importandroid.app.Activity;importandroid.graphics.drawable.Drawable;importandroid.os.Bundle;importandroid.text.Html;importandroid.text.Spa

系统 2019-08-29 22:18:06 2094

编程技术

常用控件应用之文本框(TextView)特效

常用控件应用之文本框(TextView)特效1.TextView之跑马灯效果android:ellipsize属性使用之跑马灯效果android:ellipsize设置当文字过长时,该控件该如何显示。有如下值设置:"start"—–省略号显示在开头"end"——省略号显示在结尾"middle"—-省略号显示在中间"marquee"——以跑马灯的方式显示(动画横向向左移动)布局文件中给TextView加入如下属性即可:android:ellipsize="m

系统 2019-08-12 09:30:25 2094

编程技术

Moving Without Animation

1.Initializethetworectanglesrequiredforthestartingandendingpositionsfortheimageinline4.2.AddtheimagetotheNSImageViewthatwillbemovedbackandforthbetweentheselocationsinline5.3.AddthisNSImageViewtotheBaseViewsothatwecanseetheactionin

系统 2019-08-12 09:29:52 2094

编程技术

JS实现QQ空间打开照片的效果源代码

很多网友曾问过这个效果,我做了一个小例子放在CSDN的博客里面,地址是:http://download.csdn.net/user/chenpeng0118if(typeofdocument.attachEvent!='undefined'){window.attachEvent('onload',init);documen

系统 2019-08-12 09:29:46 2094

各行各业

The Best Rank (25)(排名算法)

ToevaluatetheperformanceofourfirstyearCSmajoredstudents,weconsidertheirgradesofthreecoursesonly:C-CProgrammingLanguage,M-Mathematics(CalculusorLinearAlgebra),andE-English.Atthemeantime,weencouragestudentsbyemphasizingontheirbestra

系统 2019-08-12 09:27:30 2094

各行各业

thrift的中文编码处理

thrift处理中文,传输中文中可能出现错误。具体需要修改thrift中源码。修改TBinaryProtocol.py中的代码:defwriteString(self,str):iftype(str)isunicode:str=str.encode('utf-8')self.writeI32(len(str))self.trans.write(str)主要加入了str.encode("utf-8")功能thrift的中文编码处理

系统 2019-08-12 09:27:27 2094

各行各业

CloudStack API访问权限控制

在我写开始之前,请先看下CS中国社区的一篇文章http://www.cloudstack-china.org/2012/12/1465.html,在第1点里讲了关于权限级别,command属性文件位置等问题。不过4.3现在的除了command.properties外,作者提到的其它properties文件现在好像都没有了,而且command里面现在形如***command=15,“=”后面不再有处理请求命令的类。API请求由ApiServlet拦截后,会调

系统 2019-08-12 09:27:26 2094

各行各业

protobuf安装

1在网站http://code.google.com/p/protobuf/downloads/list上可以下载Protobuf的源代码。然后解压编译安装便可以使用它了。安装步骤如下所示:也可在https://github.com/google/protobuf/releases/tag/v3.0.0-alpha-3上面下载这个,我是从上面的网站直接跳转过来的找到的提取protobuf-3.0.0-alpha-3cdprotobuf-3.0.0-alph

系统 2019-08-12 09:27:21 2094

各行各业

Specified VM install not found: type Standar

SpecifiedVMinstallnotfound:typeStandardVM,nameJava下了一个新项目,使用SpringSource中执行ant脚本时,莫名提示以下错误:SpecifiedVMinstallnotfound:typeStandardVM,nameJava解决方案:需要清除%ecliplseworkspace%/.metadata/.plugins/org.eclipse.debug.core.launches/*.下的所有文件,

系统 2019-08-12 09:27:01 2094