age_oldboy =56count = 0while count<3 : guess_age = int(input("guess age:")) if age_oldboy==guess_age: print("yes,you got it!") break elif guess_age >a ...
分类:
其他好文 时间:
2018-05-02 18:06:30
阅读次数:
163
从Excel中设计好表结构导入到PowerDesiginer。 1、编写Excel模板(模板和后面的脚本需要一致) 2、打开PowerDesigner,创建物理模型(Physical Data Model) 3、在PowerDesigner菜单栏中,依次点击“Tools ->Excute Comma ...
分类:
其他好文 时间:
2018-04-27 19:49:57
阅读次数:
157
1.首先下载echart依赖 2.全局注册 在main.js里引入echart并在vue中注册echart // 引入echarts import echarts from 'echarts'; Vue.prototype.$echarts = echarts; 3.在所使用模块 直接使用$echa ...
分类:
其他好文 时间:
2018-04-24 17:23:45
阅读次数:
424
今天最终自己静态编译过了QT5.3.1, 成功用在项目上了, 记录下configure指令. configure -confirm-license -opensource -platform win32-msvc2013 -mp -debug-and-release -static -prefix ...
分类:
其他好文 时间:
2018-04-24 11:02:03
阅读次数:
162
window对象有以下方法: open close alert confirm prompt setTimeout clearTimeout setInterval clearInterval moveBy moveTo resizeBy resizeTo scrollBy scrollTo fin ...
javascript:function rep(id) { layer.confirm("确定要拒绝此认证吗?", { btn: ["确定", "取消"] }, function () { var url = document.getElementById("repulse-url").value;... ...
分类:
Web程序 时间:
2018-04-20 16:16:40
阅读次数:
406
Javascript有许多内建的方法来产生对话框,如:window.alert(), window.confirm(),window.prompt().等。 然而IE提供更多的方法支持对话框。如: showModalDialog() (IE 4+ 支持) showModelessDialog() ( ...
分类:
编程语言 时间:
2018-04-16 20:43:43
阅读次数:
204
刷新已禁用用户邮箱状态Get-MailboxStatistics-DatabaseMXDB-NanQu|foreach{Update-StoreMailboxState-Database$_.Database-Identity$_.MailboxGuid-Confirm:$False}Get-MailboxDatabase|Get-MailboxStatistics|Where{$_.Displa
分类:
其他好文 时间:
2018-04-16 18:31:14
阅读次数:
206
$(function () { $("#GetCoupon").click(function () { function del() { var msg = "请确定领取吗?\n\n请确认!"; if (confirm(msg) == true) { ... ...
分类:
Web程序 时间:
2018-04-13 13:22:52
阅读次数:
1850