找人帮忙给写个小程序、很简单的小程序

找人帮忙给写个小程序、很简单的小程序,第1张

@echo off

echo 正在清除系统垃圾文件,请稍等

del /f /s /q %systemdrive%\tmp

del /f /s /q %systemdrive%\_mp

del /f /s /q %systemdrive%\log

del /f /s /q %systemdrive%\gid

del /f /s /q %systemdrive%\chk

del /f /s /q %systemdrive%\old

del /f /s /q %systemdrive%\recycled\

del /f /s /q %windir%\bak

del /f /s /q %windir%\prefetch\

rd /s /q %windir%\temp & md %windir%\temp

del /f /q %userprofile%\cookies\

del /f /q %userprofile%\recent\

del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\"

del /f /s /q "%userprofile%\Local Settings\Temp\"

del /f /s /q "%userprofile%\recent\"

echo 清除系统垃圾完成!

echo & pause

这个可以签定合同啊,合同上标注好,该小程序的功能,排版样式等都属于你。你买人家代码,你不懂也没用,除非你要第三方对接才用得上。就算卖给你了,代码是他们写的,你觉得就安全了吗?而且很多代码是通用的。

@echo off

ping -n 60 1271>nul

start "" D:\QQexe

ping -n 10 1271>nul

start "" "D:\Mirserver\GameCenterexe"

ping -n 10 1271>nul

mshta vbscript:createobjectAppActivate("GameCenter")(close)

mshta vbscript:createobject("wscriptshell")sendkeys("%+s")(close)

我不知道你程序运行后标题显示什么,可能是GameCenter,你改改应该就可以用了的

需要隐藏运行的话,@echo off后插入:

if "%1" == "h" goto begin

mshta vbscript:createobject("wscriptshell")run("%~fs0 h",0)(windowclose)&&exit

:begin

1、最好不要找个人,要找稳定的公司开发团队。如果是个人很容易因为几句话就生气了就出问题了。

2、 看团队之前的作品或案例,要有成熟的相关开发案例。因为没有案例,无论说的多什么都没用。

3、 不要相信那些听了讲了两分钟就给你报价的,认真的态度。不仔细认真交流就大包大揽什么都能做,随便报价的,就不靠谱了。

4、目前市面有定制的和模板化的另种,正常可以满足网店功能定制化的价格在2-3万左右,如果是模板化的相对便宜很多,价格在3-4千左右。

#include <windowsh>#include <iostream>using namespace std;inline bool check(int h,int m,int s){ if(h>=0&&h<24&&m>=0&&m<=59&&s>=0&&s<=59) return true; return false;}int main(){ SYSTEMTIME st; GetSystemTime(&st); cout<<"是否自定义要锁定的时间,否为锁定为当前时间(y/n)"<<endl; char ch; cin>>ch; if(ch=='y'||ch=='Y'){ int h,m,s; do{ cout<<"请输入要锁定的时间(24小时制),格式为时 分 秒,用空格或回车隔开"<<endl; cin>>h>>m>>s; }while(!check(h,m,s)); cout<<"要锁定的时间为:"<<h<<":"<<m<<":"<<s<<endl<<"现在开始工作……"<<endl; stwHour=h; stwMinute=m; stwSecond=s; } while(1){ SetSystemTime(&st); Sleep(200);//每200毫秒刷新一次 } return 0;}

以上就是关于找人帮忙给写个小程序、很简单的小程序全部的内容,包括:找人帮忙给写个小程序、很简单的小程序、找人写软件。不要源代码安全吗、找人帮忙写个bat程序,很简单的!快来!等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://www.outofmemory.cn/zz/9336761.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-27
下一篇 2023-04-27

发表评论

登录后才能评论

评论列表(0条)

保存