码迷,mamicode.com
首页 >  
搜索关键字:title    ( 28176个结果
discuz常用变量
帖子URL: {url}帖子标题: {title}附件图片: {pic}帖子内容: {summary}楼主: {author}楼主UID: {authorid}楼主头像: {avatar}楼主头像(中): {avatar_middle}楼主头像(大): {avatar_big}帖子图标: {icon...
分类:其他好文   时间:2014-08-06 21:58:42    阅读次数:2893
angular service/directive
{{title}} NOTIFY ...
分类:其他好文   时间:2014-08-06 18:41:51    阅读次数:184
thinkphp模版使用技巧 -Thinkphp兄弟连19
thinkphp模版使用技巧第19节:ThinkPHP 3.1.2 模板变量详解一、模版包含:相似代码单独保存在一个文件<include file="完整模版文件路径/"
分类:Web程序   时间:2014-08-06 18:36:11    阅读次数:202
matlab plot
图形标注x=0:pi/100:2*pi; y1=2*exp(-0.5*x); y2=cos(4*pi*x); plot(x,y1,x,y2) title('x from 0 to 2{\pi}'); %加图形标题 xlabel('Variable X'); %加X轴说明 ylabel('Variab...
分类:其他好文   时间:2014-08-06 17:19:22    阅读次数:256
自制邮箱激活功能全套
写了一个邮箱激活的功能使用的SMTP简单协议希望大神给点好的建议优化一下,代码如下public static bool sendmail(string to, string title, string content, string Host, string Account, string Pwd,...
分类:其他好文   时间:2014-08-06 14:12:41    阅读次数:252
document
1.document 是HTMLDocument的一个实例。2.document.documentElement对应html、document.body对应body。3.document.title 取得和设置网页标签的文字。4.document.URL 获取浏览器地址栏的内容。5.document...
分类:其他好文   时间:2014-08-06 11:48:51    阅读次数:255
图片轮播
<!DOCTYPE html> <html> <head> ? ? <title></title> ? ? <meta charset="utf-8"/> ? ? <style type="text/css"> ? ? ? ? body,ul,li{ ? ? ? ? ? ? margin: 0; ? ? ? ? ? ? padding: 0; ?...
分类:其他好文   时间:2014-08-06 10:42:22    阅读次数:265
jsp+ajax+serverlet实现省市二级联动
jsp界面 Insert title here 省:城市:serverlet 获取地市数据package com.shxt.lesson15.servlets;import java.io.IOException;import java.io.PrintWriter;import...
分类:Web程序   时间:2014-08-05 22:20:00    阅读次数:380
jsp+iframe+serverlet实现文件上传
实现文件上传我想大家也都会这是jsp页面的代码index.jspInsert title here商品添加名称:类别:价格:数量:照片:描述: 这是iframe框架所引用的界面Iframe.jspInsert title here" width="100px" height="100px"/>...
分类:Web程序   时间:2014-08-05 21:57:20    阅读次数:284
highcharts 多数据+切换
var highchartsOptions = { chart:{ renderTo:'container' }, title:{ text:'指标数据' }, tooltip:{ ...
分类:其他好文   时间:2014-08-05 19:10:59    阅读次数:270
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!