码迷,mamicode.com
首页 >  
搜索关键字:HERE    ( 6715个结果
Angular JS (指令 directive)
一,指令的创建/*--Js code--*/var app = angular.module("superhero",[]);app.directive("superman",function(){return { restrict: "E", template: " Here I am to...
分类:Web程序   时间:2014-09-23 16:18:54    阅读次数:223
shell 字体颜色 <转>
shell脚本中echo显示内容带颜色显示,echo显示带颜色,需要使用参数-e 格式如下: echo -e "\033[字背景颜色;文字颜色m字符串\033[0m" 例如: echo -e "\033[41;36m something here \033[0m" 其中41的位置代表底色,...
分类:其他好文   时间:2014-09-23 13:18:44    阅读次数:259
OpenERP-Java调用XML-RPC接口示例(Examples for calling XML-RPC interfaces by Java)
官网没有给出CREATE、SEARCH、WRITE等XML-RPC接口的Java 调用示例,在此补充一下。 There is no examples on the official site for the XML-RPC operation interfaces for Java, so I posted my code here.  import org.apache.xmlrpc.Xml...
分类:编程语言   时间:2014-09-23 00:07:33    阅读次数:443
SoapUI Pro Project Solution Collection-XML assert
in soapui the XML object used here is from org.w3c.dom package so you need to read this article carefully before we can use xml object very well. http...
分类:其他好文   时间:2014-09-20 22:12:49    阅读次数:215
SoapUI Pro Project Solution Collection-change the JDBC Request behavior
change the jdbc request : 1.change the driver name,connection string,query string or assert. the object we will use here is : JdbcRequestTestStep Test...
分类:数据库   时间:2014-09-20 21:03:49    阅读次数:320
java web文件下载功能实现
需求:实现一个具有文件下载功能的网页,主要下载压缩包和图片 两种实现方法:     一:通过超链接实现下载 在HTML网页中,通过超链接链接到要下载的文件的地址 Insert title here 通过链接下载文件 压缩包 图片 其中day06/download是文档路径,本实例的程序结构如下: 程序运行后,可以通过单击需要下载文档实现下载 但是这里会...
分类:编程语言   时间:2014-09-20 18:58:39    阅读次数:219
Count Color
DescriptionChosen Problem Solving and Program design as an optional course, you are required to solve all kinds of problems. Here, we get a new proble...
分类:其他好文   时间:2014-09-20 17:03:49    阅读次数:304
如何设置 DB Navigator 插件 for PhpStorm
Instructions Install DB Navigator Plugin via menubar >> Settings >> Plugins >> Available-Tab Download MySQL jdbc connector from here >>?http://www.pc6.com/softview/SoftView_99415.html Unpack MySQ...
分类:数据库   时间:2014-09-19 19:48:06    阅读次数:316
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
check here.Basically the compiler will insert unused memory into a structure so that data members are optimally aligned for better performance.
分类:其他好文   时间:2014-09-19 05:31:24    阅读次数:270
ZOJ - 3537 Cake (凸包+区间DP+最优三角剖分)
Description You want to hold a party. Here's a polygon-shaped cake on the table. You'd like to cut the cake into several triangle-shaped parts for the invited comers. You have a knife to cut. The t...
分类:其他好文   时间:2014-09-18 23:48:44    阅读次数:314
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!