restaurant_project该项目显示带有qt5的用于销售食品的GUI,并计算发票和其他功能
2025/9/28 6:33:23 9KB Python
1
I’vedividedthebookintotwosections:•Thebigpicturestuff•ThetechnicalstuffThebigpicturestuffsectioncoversthingslike:•WhoisDocker,Inc.•WhatistheDocker(Moby)project.•WhatistheOCI.•Whydoweevenhavecontainers…It’sthekindofstuffthatyouneedtoknowifyouwantagoodroundedknowledgeofDockerandcontainers.Thetechnicalstuffsectioniswhatthebookisallabout!Thisiswhereyou’llfindeverythingyouneedtostartworkingwithDocker.Itgetsintothedetailofimages,containers,andtheincreasinglyimportanttopicoforchestration.Itevencover’sthestuffthatenterpriseslove,likeTLS,RBAC,ADintegration,andbackups.You’llgetthetheorysothatyouknowhowitallfitstogether,andyou’llgetcommandsandexamplestoshowyouhowitallworksinpractice.Mostofthechaptersinthetechnicalstuffsectionaredividedintothreeparts:•TheTLDR•TheDeepDive•TheCommandsTheTLDRgive’syoutwoorthreeparagraphsthatyoucanusetoexplainthetopicatthecoffeemachine.They’realsoagreatwaytoremindyourselfwhatsomethingisabout.0:Aboutthebook5TheDeepDiveiswhereweexplainhoweverythingworksandgothroughtheexamples.TheCommandslistsalltherelevantcommandsinaneasytoreadlistwithbriefremindersofwhateachonedoes.Ithinkyou’lllovethatformat.
2025/9/26 17:56:07 13.44MB Docker
1
神经网络项目在python中从头开始构建神经网络,以更好地了解nog中发生的事情。
2025/9/21 22:57:49 160KB Python
1
通信原理课程的project:调制格式识别。
这是老师给的资料。
2025/9/5 13:21:43 7.71MB 调制 识别 通信
1
AndrewPham拥有CertifiedScrumMaster(CSM)、CertifiedScrumProductOwner(CSPO)和CertifiedSaumProfessionaI(CSP)认证。
此外,他获得的认证还包括PMP、Java技术架构师(Sun授权)、OOADUML专家(IBM授权),他是IEEE高级会员和PMI会员。
  Andrew在大、中、小型公司中的项目管理、企业架构和软件开发等领域担任高级职务。
作为经验丰富的敏捷和精益教练,Andrew帮助许多公司在实际项目中成功地实施了敏捷(Scrum)和精益(Kanban),培训美国和其他国家的开发团队。
  Phuong-VanPham目前是一家大公司的项目经理。
她拥有的认证包括PMP、CertifiedScrumMaster(CSM)、CertifledScrumPractitioner(CSP)和CertifiedProjectManagerforTechnology(Project+)等。
2025/8/30 2:21:15 43.13MB Scrum 敏捷 项目管理
1
Django-Tatorr项目结构默认情况下,Django模板加载器会在每个应用程序内查找一个templates文件夹。
但是为避免命名空间问题,您还需要在添加模板文件之前在其下的文件夹中重复应用名称。
例如,如果我们的example_project包含一个pages应用程序和一个home.html模板文件,则正确的结构应如下所示:在pages应用程序中,我们创建一个templates目录,然后是一个pages目录,最后是我们的home.html文件。
├──example_project│├──__init__.py│├──settings.py│├──urls.py│└──wsgi.py|└──pages|├──__init__.py│├──admin.py│├──apps.py
2025/8/29 2:32:49 242KB Python
1
OpenGL开发环境的资料,OPENGL开发必备。
1.把解压得到的glut.h放到"C:\ProgramFiles(x86)\MicrosoftSDKs\Windows\v7.0A\Include\gl"(与具体安装位置有关,应该是安装目录\microsoftsdks\windows\v7.0A\include\gl)2.把解压得到的glut.lib和glut32.lib放到"“Programfiles(x86)\MicrosoftVisualstudio10.0\VC\lib"中(与具体安装位置有关,同上)3.把解压得到的glut.dll放到"C:\Windows\System32"4.把glut32.dll放到“Programfiles(x86)\MicrosoftVisualstudio10.0\VC\bin”下(注意这个,网上有人说放到system32里,但是我试过,会报错)(与具体安装位置有关,同上)5.打开vs2010,随便打开或新建一个项目。
选择project->projectproperty->ConfigurationProperties->Linker->Input->AdditionalDependencies在其中添加opengl32.libglu32.libglut32.libglut.h--_-C:\ProgramFiles(x86)\MicrosoftSDKs\Windows\v7.0A\Include\glglut.dll,glut32.dll--_-C:\Windows\SysWOW64(windows764位操作系统)--_-C:\Windows\System32(windows732位操作系统)glut.lib,glut32.lib--_-C:\ProgramFiles(x86)\MicrosoftVisualStudio10.0\VC\lib
2025/8/12 0:34:08 146KB OPENGL
1
软件项目管理的例子,配有截图,这是我做的大作业。
2025/7/24 16:30:47 212KB 软件项目管理
1
CakePHP应用程序框架使用4.x创建应用程序的框架。
框架源代码可以在这里找到:。
安装下载或更新composerself-update。
运行phpcomposer.pharcreate-project--prefer-distcakephp/app[app_name]。
如果Composer已全局安装,请运行composercreate-project--prefer-distcakephp/app如果您想使用自定义应用程序目录名称(例如/myapp/):composercreate-project--prefer-distcakephp/appmyapp现在,您可以使用计算机的Web服务器查看默认主页,也可以使用以下命令启动内置Web服务器:bin/cakeserver-p8765然后访问http://
2025/7/22 12:37:39 667KB PHP
1
使用FFmpeg+SoundTouch实现语音的变速变调。
压缩包中有两个V岁2013的Project,SoundTouch编译结果为静态链接库;
wav_sound需要使用SoundTouch的编译库,另外还需要根据自己的环境自行配置FFmpeg3.1的环境。
2025/7/20 16:52:51 84KB Audio 变调 变速
1
共 192 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡