 Laravel 6.0 中文文档我们可以在服务器上通过 crontab -e 来新增或编辑 Cron 条目,通 过 crontab -l 查看已存在的 Cron 条目。更多关于 Cron 的原理 和使用细节请自行百度或 Google。 在以前,开发者需要为每一个需要调度的任务编写一个 Cron 条目, 这是很让人头疼的事。你的任务调度不在源码控制中,你必须使用 SSH 登录到服务器然后添加这些 Cron 条目。 Laravel 运行的命令,将会导致随后的命令在预期之后很久才能执行。如果你 想要让命令在后台执行以便它们可以同时运,可以使 用 runInBackground 方法来实现: $schedule->command('analytics:report') ->daily() ->runInBackground(); 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun Dusk 时遇到问题,可以通过如下命 令确保这个二进制文件可执行:chmod -R 0755 vendor/laravel/dusk/bin/。 使用其它浏览器 默认情况下,Dusk 使用 Google Chrome 和独立安装 的 ChromeDriver 来运行浏览器测试(Dusk 扩展包自带),不过, 你也可以启动自己的 Selenium 服务器并在浏览器中进行测试。 开始之前,打开0 码力 | 1442 页 | 14.66 MB | 1 年前3 Laravel 6.0 中文文档我们可以在服务器上通过 crontab -e 来新增或编辑 Cron 条目,通 过 crontab -l 查看已存在的 Cron 条目。更多关于 Cron 的原理 和使用细节请自行百度或 Google。 在以前,开发者需要为每一个需要调度的任务编写一个 Cron 条目, 这是很让人头疼的事。你的任务调度不在源码控制中,你必须使用 SSH 登录到服务器然后添加这些 Cron 条目。 Laravel 运行的命令,将会导致随后的命令在预期之后很久才能执行。如果你 想要让命令在后台执行以便它们可以同时运,可以使 用 runInBackground 方法来实现: $schedule->command('analytics:report') ->daily() ->runInBackground(); 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun Dusk 时遇到问题,可以通过如下命 令确保这个二进制文件可执行:chmod -R 0755 vendor/laravel/dusk/bin/。 使用其它浏览器 默认情况下,Dusk 使用 Google Chrome 和独立安装 的 ChromeDriver 来运行浏览器测试(Dusk 扩展包自带),不过, 你也可以启动自己的 Selenium 服务器并在浏览器中进行测试。 开始之前,打开0 码力 | 1442 页 | 14.66 MB | 1 年前3
 《Slides Dev Web》 04. HTML 5décembre 2023 Développement web il3 HTML5 HE-Arc 2023 DGR Exemples • Vue d’ensemble : slides1 Google 2011 ( sources2 ) – Obslolète : quota, web sql : Web Storage, application cache : Service Workers github.io/clmtrackr/examples/facesubstitution.html 5https://www.html5rocks.com/ 6https://developers.google.com/web/ 7https://www.chromeexperiments.com/ 8https://developer.mozilla.org/en-US/demos/tag/tech:html5 ow-to-use-it/ 18https://developers.google.com/web/updates/2015/11/app-shell 19https://jakearchibald.com/2014/service-worker-first-draft/ 20https://developers.google.com/web/fundamentals/app-install-banners/0 码力 | 3 页 | 29.58 KB | 1 年前3 《Slides Dev Web》 04. HTML 5décembre 2023 Développement web il3 HTML5 HE-Arc 2023 DGR Exemples • Vue d’ensemble : slides1 Google 2011 ( sources2 ) – Obslolète : quota, web sql : Web Storage, application cache : Service Workers github.io/clmtrackr/examples/facesubstitution.html 5https://www.html5rocks.com/ 6https://developers.google.com/web/ 7https://www.chromeexperiments.com/ 8https://developer.mozilla.org/en-US/demos/tag/tech:html5 ow-to-use-it/ 18https://developers.google.com/web/updates/2015/11/app-shell 19https://jakearchibald.com/2014/service-worker-first-draft/ 20https://developers.google.com/web/fundamentals/app-install-banners/0 码力 | 3 页 | 29.58 KB | 1 年前3
 《Slides Dev Web》 09. Services Web
distribuées3 pour l’entreprise – Mashups4 d’applications web (exemples5) – Applications Facebook, API Google6 – IFTTT7 • Consommer un service web ≠ Créer un service web SOAP • AVANT : Simple Object Access 5https://science.howstuffworks.com/innovation/repurposed-inventions/5-web-mashups.htm 6https://developers.google.com/apis-explorer/ 7https://ifttt.com/ 8https://en.wikipedia.org/wiki/List_of_web_service_specifications RESTful cookbook26, How important is HATEOAS27 (stack overflow) • Exemples de services web : – Google28, Yahoo29, Flickr30, Twitter31, … – APIary32 : Aide au design d’une API REST – Tests : Postman,0 码力 | 6 页 | 47.90 KB | 1 年前3 《Slides Dev Web》 09. Services Web
distribuées3 pour l’entreprise – Mashups4 d’applications web (exemples5) – Applications Facebook, API Google6 – IFTTT7 • Consommer un service web ≠ Créer un service web SOAP • AVANT : Simple Object Access 5https://science.howstuffworks.com/innovation/repurposed-inventions/5-web-mashups.htm 6https://developers.google.com/apis-explorer/ 7https://ifttt.com/ 8https://en.wikipedia.org/wiki/List_of_web_service_specifications RESTful cookbook26, How important is HATEOAS27 (stack overflow) • Exemples de services web : – Google28, Yahoo29, Flickr30, Twitter31, … – APIary32 : Aide au design d’une API REST – Tests : Postman,0 码力 | 6 页 | 47.90 KB | 1 年前3
 《Slides Dev Web》 06. HTTP & AJAX
HTTP 3.03 (2019) – UDP, correction erreur, contrôle congestion, multiplexage (0 RTT) 1https://docs.google.com/presentation/d/1eqae3OBCxwWswOsaWMAWRpqnmrVVrAfPQclfSqPkXrA/present#sl ide=id.p19 2https://caniuse d’être asynchrone ! AJAX • XHR est devenue la méthode standard jusqu’à 2018 – Popularisée par Google (GMaps, GMail, …) – Le w3c fait évoluer un draft10 depuis 2006 • Principe 1. Envoi de requête HTTP low.com/questions/367786/prevent-browser-caching-of-jquery-ajax-call-result 15https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching 16https://blog.teamtreehouse0 码力 | 11 页 | 91.09 KB | 1 年前3 《Slides Dev Web》 06. HTTP & AJAX
HTTP 3.03 (2019) – UDP, correction erreur, contrôle congestion, multiplexage (0 RTT) 1https://docs.google.com/presentation/d/1eqae3OBCxwWswOsaWMAWRpqnmrVVrAfPQclfSqPkXrA/present#sl ide=id.p19 2https://caniuse d’être asynchrone ! AJAX • XHR est devenue la méthode standard jusqu’à 2018 – Popularisée par Google (GMaps, GMail, …) – Le w3c fait évoluer un draft10 depuis 2006 • Principe 1. Envoi de requête HTTP low.com/questions/367786/prevent-browser-caching-of-jquery-ajax-call-result 15https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching 16https://blog.teamtreehouse0 码力 | 11 页 | 91.09 KB | 1 年前3
 Laravel 5.6 中文文档 我们可以在服务器上通过 crontab -e 来新增或编辑 Cron 条目,通过 crontab -l 查看已存在的 Cron 条目。更多关于 Cron 的原理和使用细节请 自行百度或 Google。 在以前,开发者需要为每一个需要调度的任务编写一个 Cron 条目,这是很让人头疼的事。你的任务调度不在源码控制中,你必须使用 SSH 登录到 服务器然后添加这些 Cron 条目。 Laravel Laravel 学院致力于提供优质 Laravel 中文学习资源:http://laravelacademy.org 333 使用其它浏览器 默认情况下,Dusk 使用 Google Chrome 和独立安装的 ChromeDriver 来运行浏览器测试(Dusk 扩展包自带),不过,你也可以启动自己的 Selenium 服务器并在浏览器中进行测试。 开始之前,打开 tests/DuskTestCase dependencies: pre: - curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_cur rent_amd64.deb - sudo dpkg -i google-chrome.deb - sudo sed -i 's|HERE0 码力 | 377 页 | 14.56 MB | 1 年前3 Laravel 5.6 中文文档 我们可以在服务器上通过 crontab -e 来新增或编辑 Cron 条目,通过 crontab -l 查看已存在的 Cron 条目。更多关于 Cron 的原理和使用细节请 自行百度或 Google。 在以前,开发者需要为每一个需要调度的任务编写一个 Cron 条目,这是很让人头疼的事。你的任务调度不在源码控制中,你必须使用 SSH 登录到 服务器然后添加这些 Cron 条目。 Laravel Laravel 学院致力于提供优质 Laravel 中文学习资源:http://laravelacademy.org 333 使用其它浏览器 默认情况下,Dusk 使用 Google Chrome 和独立安装的 ChromeDriver 来运行浏览器测试(Dusk 扩展包自带),不过,你也可以启动自己的 Selenium 服务器并在浏览器中进行测试。 开始之前,打开 tests/DuskTestCase dependencies: pre: - curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_cur rent_amd64.deb - sudo dpkg -i google-chrome.deb - sudo sed -i 's|HERE0 码力 | 377 页 | 14.56 MB | 1 年前3
 《Slides Dev Web》 01. Cours devweb
io/ 21https://github.com/HE-Arc/slides-devweb/wiki 22https://caravel.ing.he-arc.ch/ 23https://docs.google.com/spreadsheet/viewform?formkey=dEVJRE1WVTVPelhFcE94TGF5N1c0cGc6MQ 6 Examen oral SA • Déroulement Questionnaire24 obligatoire (votre username github vous y sera demandé) ! Sources 24https://docs.google.com/spreadsheet/viewform?formkey=dDg5Znh5akRBV1hPbC1qYlVRV3BONFE6MQ 70 码力 | 7 页 | 129.56 KB | 1 年前3 《Slides Dev Web》 01. Cours devweb
io/ 21https://github.com/HE-Arc/slides-devweb/wiki 22https://caravel.ing.he-arc.ch/ 23https://docs.google.com/spreadsheet/viewform?formkey=dEVJRE1WVTVPelhFcE94TGF5N1c0cGc6MQ 6 Examen oral SA • Déroulement Questionnaire24 obligatoire (votre username github vous y sera demandé) ! Sources 24https://docs.google.com/spreadsheet/viewform?formkey=dDg5Znh5akRBV1hPbC1qYlVRV3BONFE6MQ 70 码力 | 7 页 | 129.56 KB | 1 年前3
 《Slides Dev Web》 12. Risques applicatifs
Protection CSRF38 en français • Utilitaires, tutos, exercices – Web Goat39 – Insecure Labs40 – Google-Gruyere41 Sources 33https://www.owasp.org/index.php/Main_Page 34https://www.youtube.com/watch?v=pHI2zitLph8 surf.html 39https://www.owasp.org/index.php/Webgoat 40https://www.insecurelabs.org/task 41https://google-gruyere.appspot.com/ 120 码力 | 12 页 | 474.37 KB | 1 年前3 《Slides Dev Web》 12. Risques applicatifs
Protection CSRF38 en français • Utilitaires, tutos, exercices – Web Goat39 – Insecure Labs40 – Google-Gruyere41 Sources 33https://www.owasp.org/index.php/Main_Page 34https://www.youtube.com/watch?v=pHI2zitLph8 surf.html 39https://www.owasp.org/index.php/Webgoat 40https://www.insecurelabs.org/task 41https://google-gruyere.appspot.com/ 120 码力 | 12 页 | 474.37 KB | 1 年前3
 Laravel 5.0 Documentation
totally painless authentication with OAuth providers. Currently, Socialite supports Facebook, Twitter, Google, and GitHub. Here's what it looks like: public function redirectForAuth() { return Socializ providers using Laravel Socialite. Socialite currently supports authentication with Facebook, Twitter, Google, and GitHub. To get started with Socialite, include the package in your composer.json file: in your config/services.php configuration file, and should use the key facebook , twitter , google , or github , depending on the providers your application requires. For example: 'github' => [0 码力 | 242 页 | 1.44 MB | 1 年前3 Laravel 5.0 Documentation
totally painless authentication with OAuth providers. Currently, Socialite supports Facebook, Twitter, Google, and GitHub. Here's what it looks like: public function redirectForAuth() { return Socializ providers using Laravel Socialite. Socialite currently supports authentication with Facebook, Twitter, Google, and GitHub. To get started with Socialite, include the package in your composer.json file: in your config/services.php configuration file, and should use the key facebook , twitter , google , or github , depending on the providers your application requires. For example: 'github' => [0 码力 | 242 页 | 1.44 MB | 1 年前3
 《Slides Dev Web》 10. Rwd14https://www.lukew.com/resources/mobile_first.asp 15https://offlinefirst.org/ 16https://developers.google.com/web/progressive-web-apps/ 17https://responsivewebdesign.com/robot/ 18https://abookapart.com/0 码力 | 7 页 | 76.36 KB | 1 年前3 《Slides Dev Web》 10. Rwd14https://www.lukew.com/resources/mobile_first.asp 15https://offlinefirst.org/ 16https://developers.google.com/web/progressive-web-apps/ 17https://responsivewebdesign.com/robot/ 18https://abookapart.com/0 码力 | 7 页 | 76.36 KB | 1 年前3
 《Slides Dev Web》 08 . RSStld/sounds/audio.mp3 " length="666666" /> Alternatives • Facebook Open Graph7 • Twitter Cards8 • Google Schema.org9 • Microformats10 • JSON-LD11 7http://ogp.me/ 8https://dev.twitter.com/cards/overview0 码力 | 7 页 | 52.98 KB | 1 年前3 《Slides Dev Web》 08 . RSStld/sounds/audio.mp3 " length="666666" /> Alternatives • Facebook Open Graph7 • Twitter Cards8 • Google Schema.org9 • Microformats10 • JSON-LD11 7http://ogp.me/ 8https://dev.twitter.com/cards/overview0 码力 | 7 页 | 52.98 KB | 1 年前3
共 15 条
- 1
- 2













