Theultra-compactbiosensorbasedonthetwo-dimensional(2D)photoniccrystal(PhC)microcavityisinvestigated.TheperformancesofthesensorareanalyzedtheoreticallyusingtheFabry-Perot(F-P)cavitymodelandsimulatedusingthefinite-differencetime-domain(FDTD)method.Thesimulationres
2024/7/1 8:29:28 422KB 折射率 传感器 光子晶体 微腔
1
牛人出的干货,GoldenGate12c(ogg12c)一对多同步案例。
注:文档打开密码见压缩包注释!
2024/6/30 10:39:25 479KB GoldenGate ogg
1
GloVeisanunsupervisedlearningalgorithmforobtainingvectorrepresentationsforwords.Trainingisperformedonaggregatedglobalword-wordco-occurrencestatisticsfromacorpus,andtheresultingrepresentationsshowcaseinterestinglinearsubstructuresofthewordvectorspace.
2024/6/25 0:19:34 946.93MB NLP
1
迭代算法IterativemethodsKA:Kaczmarz算法KA:Kaczmarz’sAlgorithmART:代数重建技术ART:AlgebraicReconstructionTechniqueSIRT:同步迭代重建技术SIRT:SimultaneousIterativeReconstructionTechniqueCG:共轭梯度算法CG:ConjugateGradientmethodLM:Levenberg-Marquardt算法LM:Levenberg-Marquardtmethod全局优化算法
2024/6/23 20:58:49 21KB Matlab MIC
1
Differenttypesoffemtosecondopticaltweezershavebecomeapowerfultoolinthemodernbiologicalfield.However,howtocontroltheirregulartargets,includingbiologicalcells,usingfemtosecondopticaltweezersremainstobeexplored.Inthisstudy,humanredbloodcells(hRBCs)aremanipulatedwithfemtosecondopticaltweezers,andtheirstatesunderdifferentlaserpowersareinvestigated.TheresultsindicatethatopticalpotentialtrapsonlycancapturetheedgeofhRBCsunderthelas
2024/6/22 5:40:05 1.46MB 飞秒激光 光镊 人红细胞 捕获
1
ogg,OracleGoldenGate,数据库同步,ogg112101_fbo_ggs_Linux_x64_ora11g_64bit
2024/6/14 10:27:21 84.26MB 数据库同步 ogg
1
本压缩包包含一个doc教程,一个注册机keygen,一个原版安装包使用方法1.安装原版程序.2.断开外网,然后启动注册机,在程序激活的对话框中,输入使用注册机生成的序列号,点激活,大概等几秒钟,程序会提示网络错误,这时候点击手动激活,将手动激活的代码复制到注册机中间的输入框中,这时候,程序会生成激活的代码,将激活的代码复制到RedGate去,点完成就可以
2024/6/4 8:58:21 15.76MB 强大的工具
1
MicrosoftVisualStudio2010做的C#简单的鼠标钩子应用实例实例,实现实时监控鼠标位置(需要编译后,在Release文件夹那里运行)主要代码:publicdelegateintHookProc(intnCode,IntPtrwParam,IntPtrlParam);//定义钩子句柄publicstaticintm_iHock=0;//定义钩子类型publicconstintWH_MOUSE_LL=14;publicHookProcHookProcVar;//安装钩子[DllImport("user32.dll",CharSet=CharSet.Auto,CallingConvention=CallingConvention.StdCall)]publicstaticexternintSetWindowsHookEx(intidHook,HookProclpfn,IntPtrhInstance,intthreadId);//卸载钩子[DllImport("user32.dll",CharSet=CharSet.Auto,CallingConvention=CallingConvention.StdCall)]publicstaticexternboolUnhookWindowsHookEx(intidHook);//调用下一个钩子[DllImport("user32.dll",CharSet=CharSet.Auto,CallingConvention=CallingConvention.StdCall)]publicstaticexternintCallNextHookEx(intidHook,intnCode,IntPtrwParam,IntPtrlParam);[StructLayout(LayoutKind.Sequential)]
2024/6/2 16:02:25 69KB VS2010 鼠标钩子
1
本系列的第一篇介绍了微服务架构模式。
它讨论了采用微服务的优点和缺点,除了一些复杂的微服务,这种模式还是复杂应用的理想选择。
当你决定将应用作为一组微服务时,需要决定应用客户端如何与微服务交互。
在单体式程序中,通常只有一组冗余的或者负载均衡的服务提供点。
在微服务架构中,每一个微服务暴露一组细粒度的服务提供点。
在本篇文章中,我们来看它如何影响客户端到服务端通信,同时提出一种APIGateway的方法。
假定你正在为在线购物应用开发一个原生手机客户端。
你需要实现一个产品最终页来展示商品信息。
例如,下面的图展示了你在亚马逊Android客户端上滑动产品最终页时看到的信息。
虽然这是一个智能手机应用,这个产品
2024/5/22 0:01:35 790KB 微服务实战
1
DatabaseSystemConcepts——数据库系统概念第六版(英文版)作者:AbrahamSilberschatz(YaleUniversity)HenryF.Korth(LehighUniversity)S.Sudarshan(IndianInstituteofTechnology,Bombay)本书目录:Chapter1Introduction1.1Database-SystemApplications11.2PurposeofDatabaseSystems31.3ViewofData61.4DatabaseLanguages91.5RelationalDatabases121.6DatabaseDesign151.7DataStorageandQuerying201.8TransactionManagement221.9DatabaseArchitecture231.10DataMiningandInformationRetrieval251.11SpecialtyDatabases261.12DatabaseUsersandAdministrators271.13HistoryofDatabaseSystems291.14Summary31Exercises33BibliographicalNotes35Chapter2IntroductiontotheRelationalModel2.1StructureofRelationalDatabases392.2DatabaseSchema422.3Keys452.4SchemaDiagrams462.5RelationalQueryLanguages472.6RelationalOperations482.7Summary52Exercises53BibliographicalNotes55Chapter3IntroductiontoSQL3.1OverviewoftheSQLQueryLanguage573.2SQLDataDefinition583.3BasicStructureofSQLQueries633.4AdditionalBasicOperations743.5SetOperations793.6NullValues833.7AggregateFunctions843.8NestedSubqueries903.9ModificationoftheDatabase983.10Summary104Exercises105BibliographicalNotes112Chapter4IntermediateSQL4.1JoinExpressions1134.2Views1204.3Transactions1274.4IntegrityConstraints1284.5SQLDataTypesandSchemas1364.6Authorization1434.7Summary150Exercises152BibliographicalNotes156Chapter5AdvancedSQL5.1AccessingSQLFromaProgrammingLanguage1575.2FunctionsandProcedures1735.3Triggers1805.4RecursiveQueries1875.5AdvancedAggregationFeatures1925.6OLAP1975.7Summary209Exercises211BibliographicalNotes216Chapter6FormalRelationalQueryLanguages6.1TheRelationalAlgebra2176.2TheTupleRelationalCalculus2396.3TheDomainRelationalCalculus2456.4Summary248Exercises249BibliographicalNotes254Chapter7Datab
2024/5/17 10:55:55 10.51MB Database Concepts PDF 英文版
1
共 142 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡