-
Regularly_send_mail
写好邮件信息,单击定时发送按钮,弹出发送时间设置框,设置时间要早于系统当前时间。设置好后单击确定按钮,这封邮件会保存到草稿箱中,定时发送邮件和草稿箱其他邮件的区分的方式是通过判断时间是否早于当前时间,然后利用定时器和监听来实现每隔1分钟去数据库中查找草稿箱有没有发送时间等于当前系统时间的,如果有就发送,发送完成之后转到发件箱中。(Write E-mail information, click the send button regularly, pop-up send time Settings dialog, set a time to be earlier than the current system time. Click ok button after setting up, this email will save to draft box, timing to send the draft email and other mail box of distinguish way is by judging whether time is earlier than the current time, and then use the timer and listening to realize every 1 minute to draft database search box have send time is equal to the current system time, if there is sent, send after departure in the box.)
- 2013-10-29 14:37:53下载
- 积分:1
-
SSH
登录和注册页面要配置验证文件,保证用户名和密码为非空。
添加学生信息页面要保证学号非空,为6位数字。
添加完学生信息后,以表格的方式显示数据库中所有学生信息
(Login and Registration page to verify the configuration file to ensure that the user name and password for non-empty.
Add student information page to ensure student number is not empty, as six figures.
After adding the student information in tabular display database information for all students)
- 2013-11-27 11:17:15下载
- 积分:1
-
angularcode_task-
angular code to new task
- 2016-12-30 14:02:01下载
- 积分:1
-
仿web微信界面
这是一款基于html5实现的仿网页版微信聊天界面效果源码,可实现微信网页版聊天界面效果,在编辑框编辑文字之后按Ctrl+Enter键即可提交文字到聊天对话框上。整体效果流畅逼真,是一款比较经典的HTML5特效源码。建议使用支持HTML5与css3效果较好的火狐或谷歌等浏览器预览本源码。
- 2023-03-01 22:35:03下载
- 积分:1
-
dexDump
说明: 使用
set app=com.banshenghuo.mobile
#/adb install C:UsersAdministratorDesktopccbapp-release-v1.5.0-56_150_jiagu_sign.apk
c:adb forward tcp:27042 tcp:27042
c:adb forward tcp:27043 tcp:27043
frida-ps -U
frida -U -f %app% -l dexDump.js --no-pause
echo cp -r /data/data/%app%/*.dex /data/local/tmp
/adb shell
c:adb shell cp -r /data/data/%app%/*.dex /data/local/tmp
/adb pull data/local/tmp/ C:/Users/Administrator/Desktop/tmp
echo rm -rf /data/local/tmp/*.dex /data/data/%app%/*.dex /mnt/sdcard/tmp/*.dex
/adb shell
/adb shell rm -rf /data/local/tmp/*.dex /data/data/%app%/*.dex
/adb shell(set app=com.banshenghuo.mobile
#/adb install C:UsersAdministratorDesktopccbapp-release-v1.5.0-56_150_jiagu_sign.apk
c:adb forward tcp:27042 tcp:27042
c:adb forward tcp:27043 tcp:27043
frida-ps -U
frida -U -f %app% -l dexDump.js --no-pause
echo cp -r /data/data/%app%/*.dex /data/local/tmp
/adb shell
c:adb shell cp -r /data/data/%app%/*.dex /data/local/tmp
/adb pull data/local/tmp/ C:/Users/Administrator/Desktop/tmp
echo rm -rf /data/local/tmp/*.dex /data/data/%app%/*.dex /mnt/sdcard/tmp/*.dex
/adb shell
/adb shell rm -rf /data/local/tmp/*.dex /data/data/%app%/*.dex
/adb shell)
- 2020-06-16 00:20:01下载
- 积分:1
-
g6-editor-demo-master
使用g6实现流程图,一个简单的流程图开发插件(Use g6 to implement flowchart, a simple flowchart development plug-in)
- 2020-06-18 19:20:02下载
- 积分:1
-
签到打卡界面
这是一个简单的打卡界面 数字化管理的 好不好可以留言 接受任何指导
- 2022-02-25 19:47:59下载
- 积分:1
-
本人上传绝对使用,js中的日历的两个方案,绝对实用。因为这2个例子我经常在我的项目中运用到,所以现在无私的共享出来哦...
本人上传绝对使用,js中的日历的两个方案,绝对实用。因为这2个例子我经常在我的项目中运用到,所以现在无私的共享出来哦-From the use of my absolute, js calendar of both programs is absolutely practical. Two examples of this because I often use my project that is now so out of selfless sharing Oh
- 2022-03-16 17:58:24下载
- 积分:1
-
Java-access-control
Java访问权限控制源代码,能够实现对访问权限的灵活控制与运用。(Access Control Java source code, to achieve flexible access control and use.)
- 2013-10-18 19:15:49下载
- 积分:1
-
Ext继承--Ext自定义组件的书写方式
环境:Windows XP sp3、Tomcat 6.0、IE 7、MyEclipse 5.5、Ext 3.2
使用步骤:
1、下载解压之后,使用IDE导入工程
2、发布到Web服务器、并且启动服务器
3、打开IE之后在地址输入:http://localhost:8080/ExtCumstomComponent/
4、如果一切正常,你会到看自定义的面板出来浏览器
目的:该示例非常详细注释说明Ext的面向对象的编程方式,使用继承,然后重写父类的方法,以及注册自定义事件说明Ext框架是事件驱动的框架编程。
阅读对象:本中心学习Ext面向对象编程的人员
阅读条件:掌握OO的思路,熟悉JavaScript编程
- 2022-05-30 15:05:54下载
- 积分:1