Build web application with Golang
struct Object-oriented interface Concurrency Summary Web foundation Web working principles Build a simple web server How Go works with web Get into http package Summary HTTP Form Process form Prevent hijack of session Summary Text files XML JSON Regexp Templates Files Strings Summary Web services Sockets WebSocket REST RPC Summary Security and encryption CSRF attacks Filter inputs 15.7 1.16 1.17 Build a web framework Project program Customized routers Design controllers Logs and configurations Add, delete and update blogs Summary Develop web framework Static files Session0 码力 | 327 页 | 1.63 MB | 1 年前3Application of C++ in Computational Cancer Modeling
Application of C++ in Cancer Modeling • The speaker (Ruibo) • University of Washington, department of applied mathematics • Cancer Modeling Group: Evolution of cancer initiation • Group leader:0 码力 | 47 页 | 1.14 MB | 5 月前0.03《Slides Dev Web》 09. Services Web
09.Services Web 19 décembre 2023 Développement web il3 Services web HE-Arc (DGR) 2022 Applications distribuées • Motivation : répartir l’exécution sur plusieurs machines – Principe : Les composants/services abstraction différences – Exemples : RPC, RMI (java), CORBA, DCOM (MS) • Utiliser les technologies du web, comme HTTP et XML : – indépendantes de la plateforme, éprouvées, largement utilisées • Système distribué rvices 1 Service web • 2 visions : – Utiliser les technos web pour développer des applis distribuées – Accès pour une application aux services offerts aux humains • Service web = webapp pour une autre0 码力 | 6 页 | 47.90 KB | 1 年前3Go Web编程
《Go Web 编程》 《Go Web 编程》 因为自己对Web开发比较感兴趣,所以最近抽空在写一本开源的书籍《Go Web编程》《Build Web Application with Golang》。写这本书不表示我能力很强,而是我愿意分享,和大家一起分享Go写Web应用的一些东西。 对于从PHP/Python/Ruby转过来的同学了解Go怎么写Web应用开发的 对于从C/C++转过来的同学了解Web到底是怎么运行起来的 对于从C/C++转过来的同学了解Web到底是怎么运行起来的 我一直认为知识是用来分享的,让更多的人分享自己拥有的一切知识这个才是人生最大的快乐。 这本书目前我放在Github上,我现在基本每天晚上抽空会写一些,时间有限、能力有限,所以希望更多的朋友参与到 这个开源项目中来。 撰写方法 撰写方法 文件命名 文件命名 每个章节建立一个md文件,如第11章的第3节,则建立11.3.md 11.3.md。 这样读者就可以把相应的Markdown文件编译成html文件,执行go build build.go,执行生成的文件,就会在底目 录下生成相应的html文件 交流 交流 欢迎大家加入QQ群:259316004 《Go Web编程》专用交流群 大家有问题还可以上德问上一起交流学习:http://www.dewen.org/topic/165 致谢 致谢 首先要感谢Golang-China的QQ群10231980 码力 | 295 页 | 5.91 MB | 1 年前3Writing Web Apps in Go
Writing Web Apps in Go Andrew Gerrand Rob Pike May 10, 2011 Feedback http://goo.gl/U5rYj #io2011 #DevTools What is Go? A programming language for today's world • Go is fun, efficient, and open source CPU-intensive tasks, – designed for modern hardware (multicore, networks), – aimed at software such as web servers, – ... but turned out to be a great general-purpose language. • True open source – all development 5 Overview • News from a year of development. • A web server written in Go. • Deploying Go in production. • Prerequisite: some knowledge of web servers, not much Go. • Some big announcements and fun0 码力 | 66 页 | 712.40 KB | 1 年前3《Slides Dev Web》 08 . RSS
08.RSS 19 décembre 2023 Développement web il3 Really Simple Syndication HE-Arc (DGR) 2022 Syndication • Principe de vendre un contenu à plusieurs médias • Dans les journaux : dépêches, bandes dessinées dessinées, … • Télévision : jeux, séries • Web : Flux RSS / Atom – 1 source de donnée, plusieurs abonnés – Contenu : news, blogs, podcast, … – Accès unique à plusieurs sources d’informations – Mises à jour …) • WebApps – Feedly, NetVibes, Sniptracker… • Extensions – Sage • Liste4 1https://web.archive.org/web/20110726001954/http://diveintomark.org/archives/2004/02/04/incompatible-rss 2https://www.feedforall0 码力 | 7 页 | 52.98 KB | 1 年前3go web 框架 严清
Why We Use Go Web Frameworks Web Service 框架解决的核⼼心问题 —— 严清 teambition 团队协作⼯工具创导者 关于我 • 五年年 JS ,⼀一年年 Go,也玩 Rust Github 满满绿格⼦子⻅见证我开发⽣生涯的⼀一⾯面 • 16 年年底组建 Go 团队,重构后端服务体 系,为此造了了⼀一些轮⼦子,如 Gear 框架 技术学习⽆无⽌止境,逼迫个⼈人成⻓长,推进团队成⻓长 Why I Don’t Use Go Web Frameworks ——Joe Chasinga 本想⽹网上搜个 PPT 交作业给谢⼤大~ 结果: • http package 能⼒力力强⼤大,已是⼀一个 web 框架 HTTP能⼒力力确实相对完整 • 即使有更更复杂的需求,即插即⽤用的包管理理 机制也能轻易易实现 否则,还是使⽤用⼀一款框架吧! Web 框架要解决三个核⼼心问题 • 定义灵活、⼀一致的开发模式 简单易易上⼿手,⽀支撑⼤大规模复杂应⽤用,⽀支撑团队开发 • 集成简洁、完善的异常处理理能⼒力力 不不被 if err != nil { } 羁绊,不不放过任何异常,优雅漂亮地处理理错误和异常 • 提供强⼤大、实⽤用的 HTTP 操作⽅方法语法糖 写 web 服务就是操作 HTTP,实0 码力 | 23 页 | 333.12 KB | 1 年前3Jupyter Notebook 6.5.1 Documentation
Jupyter Notebook Documentation Release 6.5.1 https://jupyter.org Oct 13, 2022 USER DOCUMENTATION 1 The Jupyter Notebook 3 2 User interface components 11 3 Notebook Examples 15 4 What to do when Running a notebook server 139 10 Security in the Jupyter notebook server 147 11 Security in notebook documents 149 12 Distributing Jupyter Extensions as Python Packages 153 13 Extending the Notebook 161 to the Jupyter Notebook 179 15 Developer FAQ 183 16 My Notebook 185 17 Other notebook 187 i ii Jupyter Notebook Documentation, Release 6.5.1 • Installation • Starting the Notebook USER DOCUMENTATION0 码力 | 191 页 | 1.88 MB | 1 年前3Jupyter Notebook 6.5.0 Documentation
Jupyter Notebook Documentation Release 6.5.0 https://jupyter.org Oct 13, 2022 USER DOCUMENTATION 1 The Jupyter Notebook 3 2 User interface components 11 3 Notebook Examples 15 4 What to do when Running a notebook server 137 10 Security in the Jupyter notebook server 145 11 Security in notebook documents 147 12 Distributing Jupyter Extensions as Python Packages 151 13 Extending the Notebook 159 to the Jupyter Notebook 177 15 Developer FAQ 181 16 My Notebook 183 17 Other notebook 185 i ii Jupyter Notebook Documentation, Release 6.5.0 • Installation • Starting the Notebook USER DOCUMENTATION0 码力 | 189 页 | 1.88 MB | 1 年前3Jupyter Notebook 6.5.2 Documentation
The Jupyter Notebook Installation [https://jupyter.readthedocs.io/en/latest/install.html] Starting the Notebook [https://jupyter.readthedocs.io/en/latest/running.html] User Documentation The Jupyter Jupyter Notebook User interface components Notebook Examples What to do when things go wrong Changelog Comms Configuration Configuration Overview Config file and command line options Running a notebook server Security in the Jupyter notebook server Security in notebook documents Configuring the notebook frontend Distributing Jupyter Extensions as Python Packages Extending the Notebook Contributor Documentation0 码力 | 251 页 | 4.49 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100