Insert title here " rel="stylesheet" type="text/css"/> ${msg } " method="post"> " id="imgcheck" onclick="this.src=getRootPath()+'/verifycode.do?'+Math... ...
分类:
其他好文 时间:
2019-07-01 20:08:38
阅读次数:
160
# 字符串格式化 msg = "名字:%s,年龄:%s " % ("wahaha", 20) print(msg) msg = "名字:%(n1)s, 年龄:%(n2)s" % {"n1": "wahahhhh", "n2": 20} print(msg) msg = "名字:{0}, 年龄:{1}... ...
分类:
其他好文 时间:
2019-06-30 14:12:01
阅读次数:
82
Name Position Internal/External Project Role Contact Information Andy CEO Internal Project manager Andy@msg.com Bob Software Engineers Internal Team m ...
分类:
其他好文 时间:
2019-06-30 10:05:42
阅读次数:
112
Business Case 1.0 Introduction/Background Martha Stockton Greengage will set up the Martha Stockton Greengage Foundation (MSG) to assist young couples ...
分类:
其他好文 时间:
2019-06-30 10:04:21
阅读次数:
174
Java有三种代理模式:静态代理、jdk动态代理、cglib代理 静态代理 目的是对目标类的功能进行扩展 //接口 public interface ISing){ public void msg(); } //目标类 public class Sing implements ISing{ publ ...
分类:
其他好文 时间:
2019-06-30 09:36:21
阅读次数:
82
function showMsg(msg, icon){ layer.msg(msg, { //1:正确;2:错误;3:询问;4:锁定;5:失败;6:成功;7:警告;16:加载 icon : icon, offset : 0, shift : 6, //抖动效果 time : 3000 }); } ... ...
分类:
其他好文 时间:
2019-06-25 15:05:46
阅读次数:
376
1.v-on --事件绑定 绑定一个点击事件showHanlder() 初始赋值 methods声明事件,点击改变文字 2.v-v-model --表单输入和应用状态中做双向数据绑定 msg的值绑定到input 和 p标签中 双向数据绑定实现的方式: @input 绑定事件 实现方式就是change ...
分类:
其他好文 时间:
2019-06-25 00:01:56
阅读次数:
121
前几天使用layer.msg设置时间后发现不起作用,这里记录一下。 开始出错误的代码: 后面查看文档后得知调用layer.msg后如果有后续操作需要写在function()中: 后修改代码: 成功运行。 ...
分类:
其他好文 时间:
2019-06-22 10:37:32
阅读次数:
299
1 1、一开始就可以拿到截止到Mounted 1 2当vm.msg内容发生变化时 1 3当destory时 ...
分类:
其他好文 时间:
2019-06-21 09:40:08
阅读次数:
101
# -*- coding: utf-8 -*- import os from socket import * from multiprocessing import Process def talk(conn): while 1: # 循环通讯 try: from_client_msg = conn... ...
分类:
编程语言 时间:
2019-06-17 01:15:50
阅读次数:
150