E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
resizable
Python-弹球游戏增强版
fromtkinterimport*importtimeimportrandomtk=Tk()tk.title("Game")tk.
resizable
(0,0)tk.wm_attributes('-topmost
网络二师兄
·
2020-09-13 03:12
Python
nw.js 使用记录 - 加载远程URL
,"single-instance":true,"version":"0.0.1","window":{"title":"客户端","icon":"logo.jpg","toolbar":true,"
resizable
追逐吾之所求
·
2020-09-13 01:24
插件
nwjs
下列代码可以检测浏览器是否自动屏蔽了弹出窗口
弹出窗口检查functionopenwindow(u,n,w,h){varoptionstring="height="+h+",width="+w+",menubar=no,titlebar=yes,
resizable
Adot84
·
2020-09-12 12:11
javascript
在网页中使用javascript打开没有最大化、最小化和关闭按钮的窗口
,"fullscreen=3,titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,
resizable
Adot84
·
2020-09-12 12:11
javascript
window.open打开的页面标题能不能自己指定
window.open('index.asp','test','toolbar=yes,location=yes,directions=yes,status=yes,menubar=yes,scrollbar=yes,
resizable
lovelacy
·
2020-09-12 06:58
WEB编程
React-
resizable
/react-
resizable
-box 使用注意事项(小白踩坑)
应用步骤:npminstall--savereact-
resizable
安装到当前项目中安装过后可先执行一下npminstall有可能会出现'react-scripts'不是内部或外部命令,也不是可运行的程序或批处理文件
xidianyueyong
·
2020-09-11 11:45
react
tkinter编程
importreimporttkinterimporttkinter.messageboxroot=tkinter.Tk()#设置窗口大小和位置root.geometry('300x270+400+100')#不允许改变窗口大小root.
resizable
万绿从中一点红
·
2020-09-11 11:07
Python
html代码弹出固定大小的窗口
functionopenScript(url,width,height){varWin=window.open(url,"openScript",'width='+width+',height='+height+',
resizable
真爱无限
·
2020-09-11 09:07
Kivy之Config应用配置
fromkivy.configimportConfigConfig.getint('kivy','desktop')fromkivy.configimportConfigConfig.set('graphics','
resizable
GrofChen
·
2020-09-11 07:15
kivy
ant-design-vue 集成 vue-draggable-
resizable
实现可伸缩列
最近在用ant-design-vue开发项目时遇到一个表格列需要支持拖拽改变宽度,这个功能在element-ui上直接可以使用,但ant-design-vue需要引用一个叫vue-draggable-
resizable
chenjundi
·
2020-09-10 20:43
js弹出放大图
window.open("",'newwindow','height=800,width=500,top=200,left=400,toolbar=no,menubar=no,scrollbars=no,
resizable
an4455
·
2020-09-10 12:52
javascript
Python:pygame的初步使用(pygame.draw)(二)
importpygame,mathfrompygame.localsimport*importsyspygame.init()screen=pygame.display.set_mode((480,853),pygame.
RESIZABLE
Mayxc
·
2020-08-26 11:26
pygame
Python
Python
JS自动弹出广告窗口
functionopenwindow(){open("adv.htm","广告页面","toolbars=0,scrollbars=0,location=0,statusbars=0,menubars=0,
resizable
Cookie_1030
·
2020-08-25 06:18
JavaScript
python截图工具
importtkinterimporttkinter.filedialogimportosfromPILimportImageGrabfromtimeimportsleep#创建tkinter主窗口root=tkinter.Tk()#指定主窗口位置与大小root.geometry('100x40+400+300')#不允许改变窗口大小root.
resizable
蹦跶的小羊羔
·
2020-08-25 06:14
python
window.open()
httP://codeo.cn/','newwindow','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,
resizable
weixin_30548917
·
2020-08-25 05:03
点击按钮弹出模态框
1)设置div用于显示模态框2)设置模态框的样式$("#win1").kendoWindow({width:"600px",height:"400px",title:'',modal:true,
resizable
weixin_34146986
·
2020-08-24 23:48
ArrayList源码
/***
Resizable
-arrayimplementationoftheListinterface.Implements*alloptionallistoperations,andpermitsallelements
anbashi7271
·
2020-08-24 13:54
java
runtime
jQuery UI draggable+droppable+
resizable
+selectable+sortable
-->Dragmearoundicanfly!$("#draggable_div").draggable({//=================属性addClasses:true,//如果设置成false,将在加载时阻止ui-draggable样式的加载。当有很多对象要加载draggable()插件的情况下,这将对性能有极大的优化。默认值trueappendTo:"parent",//用来指定控
墨者侠客sbw
·
2020-08-24 10:25
Python tkinter
1、使用tkinter.Tk()生成主窗口(root=tkinter.Tk());root.title('标题名')修改框体的名字,也可在创建时使用className参数来命名;root.
resizable
唐小墨
·
2020-08-23 23:00
一个比window.open() 打开更快的方法
无标题文档functionOpenDialog(){varwinArgs=newArray(0,0,0);varwinSettings='center:yes;
resizable
:no;scrollbars
potter2002
·
2020-08-23 18:48
技巧
asp
table实现列宽的拖动效果
好几年没摸过前台了,还真给问住了,经过网上查询资料等,最终解决,记录下:table拖动列宽123123123123123其中colResizable-1.6.min.js中添加了//初始化class为
resizable
-rable
木鱼与鱼
·
2020-08-22 17:40
问题记录
北京理工大学-Python游戏开发入门学习笔记04
窗口尺寸和模式pygame.display.set_mode(r=(0,0),flags=0)设置相关屏幕模式r是屏幕的分辨率,采用(width,height)方式输入flags用来控制显示类型pygame.
RESIZABLE
I_HAVE_COME
·
2020-08-22 12:51
解决Firefox中有时使用window.close()脚本无法关闭当前窗口的方法
screen.height-heit)/2;win3=window.open(win,"showwin","toolbar=no,location=no,directories=no,status=no,"+"
resizable
spring21st
·
2020-08-21 16:09
DHTML
关于使用document.forms.target时父窗口弹出子窗口的问题
在父页面使用下列方法打开子窗口:window.open("","test","status=no,toolbar=no,menubar=no,location=no,
resizable
=yes,scrollbars
fly2749
·
2020-08-21 16:30
window.open() 父子页面的传参&传值问题
window.open()传参问题:父页面中:Java代码window.open('url','','
resizable
=1,menuBar=0,toolBar=0,scrollbars=yes,Status
qq_32311977
·
2020-08-21 15:02
jsp
easyui-4、
resizable
(调整大小)
使用$.fn.
resizable
.defaults可以重写默认值对象例如:1$.fn.
resizable
.dafaults.minWidth=500Class调用方法12JS调用方法HTML12JS1234
memory_qian
·
2020-08-21 15:46
jquery
easy
ui
关闭window.open打开的窗口
window.open("oa/main/middle_elink.jsp","_blank","height=120,width=350,scrollbars=no,
resizable
=yes,left
iteye_17956
·
2020-08-21 14:57
Js
JavaScript
window.open的兼容性问题
window.open("myfirst.html","_blank","scrollbars=no,
resizable
=no");在IE里有效在chorm和fir里无效
iteye_1478
·
2020-08-21 14:24
JS方法弹出WEB新窗口,控制窗口大小
window.open('pop2.html','popwindow','height=200,width=320,top=0,left=24,.toolbar=no,menubar=no,scrollbars=no,
resizable
herrapfel
·
2020-08-21 14:37
JAVA
SwiftUI 高级List 之CardView卡片效果(2020年教程)
CardView卡片效果(2020年教程)代码importSwiftUIstructListCardView:View{varbody:someView{List{VStack{Image("circle").
resizable
iCloudEnd
·
2020-08-21 14:41
window.open()方法以及系统弹出框alert等
"b1");B1.onclick=function(){//window.open("domo1.html","top","width=400,height=400,top=100,left=100,
resizable
南北北南
·
2020-08-21 13:55
javascript笔记
window.showModalDialog模态窗口会阻塞后面执行的js方法
;[/color]测试window.open之后js方法阻塞functiontest(){window.showModalDialog("open.html",this,'
resizable
:yes;scroll
haoqiang12345
·
2020-08-21 09:41
js
从零开始学习ExtJs6系列教程二【窗体Window组件】
window.jsExt.onReady(function(){varwin=newExt.Window({title:'窗口',width:476,height:374,html:'这里是窗体内容',
resizable
黑甲可宁
·
2020-08-20 18:34
pygame 标志和事件
DOUBLEBUF创建一个“双缓冲”窗口,建议在HWSURFACE或者OPENGL时使用HWSURFACE创建一个硬件加速的窗口,必须和FULLSCREEN同时使用OPENGL创建一个OPENGL渲染的窗口
RESIZABLE
liushaochan123
·
2020-08-20 16:02
python
js弹出新窗体,显示图片
window.showModalDialog('URL',window,"dialogheight:700px;dialogwidth:600px;center:yes;
resizable
:0;status
hepeng_8
·
2020-08-20 16:48
electron启动出现短暂的白屏
,width:960,frame:false,minWidth:710,minHeight:500,offscreen:true,webPreferences:{webSecurity:false},
resizable
weixin_30463341
·
2020-08-20 13:11
SwiftUI 高级List 之CardView卡片效果(2020年教程)
CardView卡片效果(2020年教程)代码importSwiftUIstructListCardView:View{varbody:someView{List{VStack{Image("circle").
resizable
知识大胖
·
2020-08-20 10:46
SwiftUI源码大全
Python3 tkinter 对话框简单布局
1fromtkinterimport*2importtkinter.messagebox3importdatetime4importtime5tk=Tk()6tk.geometry('800x600')#窗体大小7tk.
resizable
weixin_30509393
·
2020-08-20 08:22
绕梁三日--油黄仔鸡
to='+to,'','scrollbars=yes,
resizable
=yes,width=500,height=440,top=40,left=200')}else{window.open('mailing.php
jijunying
·
2020-08-20 06:49
美食
function
python的tkinter简单应用(一)(lable、button、entry输入框)
importtkinterastk#创建窗口root=tk.Tk()#窗口命名root.title("python")#指定窗口大小root.geometry('500x500')#窗口width不可变,height可变root.
resizable
离愁无语说
·
2020-08-19 18:59
python
anaconda
python
tkinter
V-REP教程(五)UI
属性(attributes)分析举例:1.enable是默认值truetitle是默认值
resizable
可以变大小
resizable
=“true”close
卧虫
·
2020-08-17 19:42
机器人三维建模及仿真
pygame学习笔记(二)屏幕的绘制
屏幕的绘制本节记录几个屏幕绘制时所需要的函数pygame.display.set_mode(r,flags)r是游戏窗口的大小,采用(width,height)的方式输入flags用来控制显示类型,可用|组合使用,常用标签有:pygame.
RESIZABLE
why_12134
·
2020-08-17 17:55
dialog()方法去掉右上角的关闭按钮
dialog()方法:$('#costBudgeting').dialog({width:"auto",height:"auto",modal:true,
resizable
:true,title:"设备成本预算
依然泛特西
·
2020-08-16 21:25
js鼠标拖拽事件碰到iframe会卡顿
1.测试代码:2.解决思路:拖曳时在iframe上方放置一个透明的图层用来覆盖,这样拖曳过程其实是在这个透明的图层上进行的,所以就不会存在卡顿问题$("#draggable").
resizable
({helper
哈哈哦0
·
2020-08-16 20:43
前端
js
python 3.+版 计算器
#filename:Caculaterimporttkinter,time,decimal,math,stringroot=tkinter.Tk()root.title('计算器')root.
resizable
一抹离愁
·
2020-08-16 17:41
原创 自己封装的js alert 和confirm 利用jquery dialog
dialogalert").length==0){$("body").append('');$("#dialogalert").dialog({autoOpen:false,title:'消息框',modal:true,
resizable
xiang588
·
2020-08-16 17:16
JAVA
技术文章
python tkinker模块 编写简易计算器
importtkinterastkwindow=tk.Tk()window.title('简易计算器')window.
resizable
(0,0)#界面是否可以通过鼠标拉升,设置为不能window.geometry
|努力努力再努力|
·
2020-08-16 17:15
python tkinter写的计算器
118:40software:PyCharm'''importtkinter,time,decimal,math,stringroot=tkinter.Tk()root.title('计算器')root.
resizable
vive921
·
2020-08-16 15:08
easyui正确删除行的操作
{title:'操作',field:'caozuo',width:'9%',align:'left',
resizable
:true,sortable:false,formatter:function(value
JavaTestZhangy
·
2020-08-16 14:20
javascript
弹出窗口的几种方法
singlepine.cnblogs.com','title','height=100,width=200,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,
resizable
jbeauty
·
2020-08-16 13:30
HTML/CSS
工具
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他