用py程序提取abaqus计算结果odb文件中的点集的结果数据。
本程序以顶面(TOP)的反力(RF)为例。
2021/8/9 12:29:27 612B python abaqus odb 提取
1
#include,line(left,top,right,top);line(left,bottom,right,bottom);line(left,top,left,bottom);line(right,top,right,bottom);//绘制边框和裁剪图形
2018/9/6 3:39:41 5KB 多边形裁剪
1
PyCharmisaddictive,withpowerfulandconfigurablecodecompletion,superbeditingtools,top-notchsupport,diverseplugins,andavibrantecosystemtoboot.LearninghowPyCharmworksandmaximisingthesynergyofitspowerfultoolswillhelpyoutorapidlydevelopapplications.FromleveragingthepoweroftheeditortounderstandingPyCharm’sinternals,thisbookwillgiveyouacomprehensiveviewofPyCharmandallowyoutomakeyourownchoicesaboutwhichworkflowandtoolsarebestforyou.YouwillstartbygettingcomfortablewithPyCharmandmakingitlookexactlylikeyouwant.Youcancustomizethetoolsandtaskbarstosuitindividualdevelopers’codingstyles.Youalsolearnhowtoassignkeyboardshortcuts.Youwillmasterdebuggingbyinsertingbreakpoints,collectingruntimedata,anddebuggingfromtheconsole.YouwillunderstandhowPyCharmworksunderneathandhowpluginssuchasCodemap,Vim,Bitbucket,Assetscompressor,markdown,bashfile,shortcuttranslator,and.gitignoreleveragethepoweroftheIntelliJplatform.YouwillbecomecomfortableusingtheVCSinterfaceinPyCharmandseethebenefitsofusingitforsomesimpletasksaswellassomemorecomplextaskssuchaspartialco妹妹itsusingchangelists.Youwilltakeanin-depthlookatthevarioustoolsinPyCharm,improvingyourworkflowdrastically.Finally,youwilldeploypowerfulPyCharmtoolsforDjango,Flask,GAE,andPyramidDevelopment,becomingwellacquaintedwithPyCharm’stoolsetforwebdevelopmentwithpopularplatforms.Packedwithinsidertricks,thisbookwillhelpyouboostproductivitywithPyCharm.WhatYouWillLearnUnderstandtheinternalworkingsoftheIntelliJPlatformLeveragePyCharm’spowerfulsearchtools,andlearnwhichonesarethebestforyouandyourworkflowCustomizePyCharm’senhancedPythoninterpreteranditsinbuiltterminalDevelopwebapplicationsquicklyandeasilywithdifferentframeworkssuchasFlaskandDjangoUnderstand
2016/9/27 10:19:52 6.03MB Mastering PyCharm
1
蓝色的oa办公零碎后台管理界面模板源码,查看地址http://glklkl.top/oa/index.html
2020/5/19 1:25:47 1.76MB oa办公系统 后台 源码 后台系统
1
CPU-MEM-monitor:一个简单的脚本,用于记录一段时间内LinuxCPU和内存使用情况(使用top或pidstat命令),并输出Excel或OpenOfficeCalc敌对的报告
2019/3/10 9:20:26 188KB cpu monitoring memory thread
1
顺序栈,利用一组地址连续的存数单元顺次存放自栈底到栈顶的数据元素,同时附设指针top指示栈顶元素在顺序栈中的位置,压栈、弹栈、获得栈顶元素、统计栈中元素个数、打印栈中元素
2015/1/14 21:23:29 167KB C语言 顺序栈
1
functionchangeImg(){varindex=0;varstop=false;var$li=$("#content").find("#scroll_img").children("li");//获得要轮播的图片的li元素var$page=$("#content").find("#scroll_number").children("li");//获得要轮播的索引的li元素$page.eq(index).addClass("scroll_number_over").stop(true,true).siblings().removeClass("scroll_number_over");//图片与索引婚配时实现图片的轮播$page.mouseover(function(){//鼠标移入stop=true;//停止轮播index=$page.index($(this));$li.eq(index).stop(true,true).fadeIn().siblings().fadeOut();$(this).addClass("scroll_number_over").stop(true,true).siblings().removeClass("scroll_number_over");}).mouseout(function(){stop=false;});setInterval(function(){if(stop)return;index++;if(index>=$li.length){index=0;}$li.eq(index).stop(true,true).fadeIn().siblings().fadeOut();$page.eq(index).addClass("scroll_number_over").stop(true,true).siblings().removeClass("scroll_number_over");},3000);}functionmovedome(){varmarginTop=0;varstop=false;varinterval=setInterval(function(){if(stop)return;$("#express").children("li").first().animate({"margin-top":marginTop--},0,function(){var$first=$(this);if(!$first.is(":animated")){if((-marginTop)>$first.height()){$first.css({"margin-top":0}).appendTo($("#express"));marginTop=0;}}});},50);$("#express").mouseover(function(){stop=true;}).mouseout(function(){stop=false;});}
2019/6/5 19:50:15 7.1MB 当当网 html 轮播
1
zhuce:用户信息fruit:水果(商品)的信息jiaoyi:买卖记录cz:充值记录文件说明:a-chongzhi.html/a-chongzhi.jsp管理员对用户进行充值并记录充值记录到数据库。
a-czjl.jsp显示所有用户的充值记录。
admin.html管理员操作界面。
a-jiaoyi.jsp显示所有用户买卖记录。
a-shanchu.jsp/a-shanchu1.jsp管理员删除商品。
a-tianjia.html/a-tianjia.jsp管理员添加商品。
a-xiugai.jsp/a-xiugai1.jsp管理员修改商品价格。
denglu.html/denglu.jsp用户的登录与验证。
index.jsp主页。
low.html主页的一个组成部分,用于版权声明以及管理员登陆。
mimazhaohui.html/mimazhaohui.jsp用户密码找回。
qksession.jsp清空购物车。
session.jsp直接支付或者将商品加入购物车。
sg.jsp用户购买商品。
tc.jsp用户退出。
top.jsp主页的一个组成部分,用于用户注册,登陆,查看个人信息。
topl.html主页的一个组成部分,用于显示标题。
user.jsp显示用户个人信息。
userczjl.jsp显示用户充值记录。
userjiaoyi.jsp显示用户买卖记录。
userxieyi.html注册时的用户协议。
xianshisession.jsp显示购物车中的商品。
xiugaimima.html/xiugaimima.jsp修改用户密码。
zhifu.jsp用户支付购物车中的商品。
zhuce.html/zhuce.jsp用户注册。
zc.java/zc.class用户信息的一个javabean,zc.lass文件应放置在…\WEB-INF\classes\bean\
2018/4/26 3:08:06 151KB JSP实验 购物车
1
2018,09,28,最新alexa前100W网站数据下载,提供给有需求的伙伴看看!
2015/5/13 13:22:50 22MB alexa alexa前100W alexa下载 top-1m
1
一套完整的绿色文学网站源码无错位,整体简约。
在文学7ww.top直接打包,上传空间域名/e/install直接安装进入后台恢复数据库安装文档内含后台账号密码
1
共 64 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡