MACD双线目确当你下了目的,剧本,模板之后,要放到响应的目录里。
目的放到MT4目录\experts\indicators外面剧本放到MT4目录\experts\scripts外面自动买卖破产体系放到MT4目录\experts外面模板放到MT4目录\templates外面MT4目录是装置到电脑里路途,每一总体都不同样。
)
2023/3/30 23:44:43 107KB MT4 MACD 指标 外汇指标
1
C++Templates侯捷带书签pdf
2023/3/26 10:40:12 2.17MB C++Templates 侯捷 带书签 pdf
1
DjangoforBeginners:BuildwebsiteswithPythonandDjangoBy作者:WilliamS.VincentISBN-10书号:1983172669ISBN-13书号:9781983172663出书日期:2018-03-07pages页数:(344)Astep-by-stepguidetobuildingwebapplicationswithPythonandDjango2.1.Create,test,anddeploy5progressivelymorecomplexwebsitesincludingaMessageBoardapp,aBlogappwithuseraccounts,andarobustNewspaperappwithreadercommentsandacompleteuserregistrationflow.Alongthewayyou’lllearncoreDjangofeaturesandbestpracticesaroundmodels,views,templates,urls,customusermodels,permissions,authorizations,userregistration,testing,anddeployment.IntroductionChapter1:InitialSetUpChapter2:HelloWorldappChapter3:PagesappChapter4:MessageBoardappChapter5:BlogappChapter6:FormsChapter7:UserAccountsChapter8:CustomUserModelChapter9:UserAuthenticationChapter10:BootstrapChapter11:PasswordChangeandResetChapter12:EmailChapter13:NewspaperappChapter14:PermissionsandAuthorizationChapter15:CommentsConclusion
2015/4/3 17:36:37 14.4MB python
1
PerlSupportimplementsaPerl-IDEforVim/gVim.Itiswrittentoconsiderablyspeedupwritingcodeinaconsistentstyle.Thisisdonebyinsertingcompletestatements,co妹妹ents,idioms,codesnippets,templates,andPODdocumentation.Readingperldocisintegrated.Syntaxchecking,runningas
2018/7/13 22:14:06 368KB PERL SUPPORT
1
PerlSupportimplementsaPerl-IDEforVim/gVim.Itiswrittentoconsiderablyspeedupwritingcodeinaconsistentstyle.Thisisdonebyinsertingcompletestatements,co妹妹ents,idioms,codesnippets,templates,andPODdocumentation.Readingperldocisintegrated.Syntaxchecking,runningas
2018/7/13 22:14:06 368KB PERL SUPPORT
1
f5-azure-arm-templates模板:用于在Azure中疾速部署BIG-IP服务的Azure资源管理器模板
2015/1/20 23:28:28 3.94MB azure auto-scaling f5 bigip
1
C++沉思录,C++代码设计与重用,实际上完整的压缩文件总共10本,由于上传文件大小限制,故我已经打包上传,下载地址在里面的文本文档里,其它几本书是:C++和面向对象的数值计算,C++Templates,C++面向对象多线程编程,C++实践之路,C和C++代码精粹,C和指针,C圈套与缺陷,C专家编程。
2015/6/11 22:58:36 13.59MB C++
1
这是用Java编写的一个简单的银行转账系统,包括取款,存款,转账等功能,其中用到了数据库的连接,采用Eclipse编写,包含数据库的设计文件。
非常适合有一定基础的Java初学者使用。
packagecom.gujunjia.bank;/**Tochangethistemplate,chooseTools|Templates*andopenthetemplateintheeditor.*/importjava.sql.*;/****@authorgujunjia*/publicclassDataBase{ staticConnectionconn; staticPreparedStatementst; staticResultSetrs; /** *加载驱动 */ publicstaticvoidloadDriver() { try { Class.forName("com.mysql.jdbc.Driver"); } catch(ClassNotFoundExceptione) { System.out.println("加载驱动失败"); } } /** *创建数据库的连接 * *@paramdatabase *需要访问的数据库的名字 */ publicstaticvoidconnectionDatabase(Stringdatabase) { try { Stringurl="jdbc:mysql://localhost:3306/"+database; Stringusername="root"; Stringpassword="gujunjia"; conn=DriverManager.getConnection(url,username,password); } catch(SQLExceptione) { System.out.println(e.getMessage()); } } /** *关闭数据库连接 */ publicstaticvoidcloseConnection() { if(rs!=null) {//关闭记录集 try { rs.close(); } catch(SQLExceptione) { e.printStackTrace(); } } if(st!=null) {//关闭声明 try { st.close(); } catch(SQLExceptione) { e.printStackTrace(); } } if(conn!=null) {//关闭连接对象 try { conn.close(); } catch(SQLExceptione) { e.printStackTrace(); } } }}packagecom.gujunjia.bank;/**Tochangethistemplate,chooseTools|Templates*andopenthetemplateintheeditor.*/importjava.awt.*;importjava.awt.event.*;importjavax.swing.*;/***本类次要实现整个系统的界面**@authorgujunjia*/publicclassMainFrameextendsJFrameimplementsActionListener,FocusListener{ /** * */ privatestaticfinallongserialVersionUID=1L; publicstaticStringuserId; JTextFielduserIdText; JPasswordFieldpasswordText; JButtonregisterButton; JButtonlogInButton; publicMainFrame() { super("个人银行系统
2020/11/9 14:44:46 132KB Java 银行转账
1
《C++TEMPLATES中文版》最新的2013出版清晰完好书签目录
2019/5/11 14:54:13 73.27MB C++
1
-Project/STM32F0xx_StdPeriph_Templates/stm32f0xx_conf.hLibraryConfigurationfile-Project/STM32F0xx_StdPeriph_Templates/stm32f0xx_it.cInterrupthandlers-Project/STM32F0xx_StdPeriph_Templates/stm32f0xx_it.hInterrupthandlersheaderfile-Project/STM32F0xx_StdPeriph_Templates/main.cMainprogram-Project/STM32F0xx_StdPeriph_Templates/main.hHeaderformain.cmodule-Project/STM32F0xx_StdPeriph_Templates/system_stm32f0xx.cSTM32F0xx
2015/7/8 14:38:41 12.92MB 源码软件
1
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡