liuzhen007 liuzhen007
4年前
问题 first path segment in URL cannot contain colon 的解决方案
目录问题解决问题使用Golang开发流媒体服务器处理Post请求时,遇到了这个报错信息:2020/12/1407:21:01callbackpostfailed2020/12/1407:21:01error::8080/api/callback:firstpathsegmentinURLcannotcontaincol
从0到1构建基于自身业务的前端工具库
在实际项目开发中无论M端、PC端,或多或少都有一个utils文件目录去管理项目中用到的一些常用的工具方法,比如:时间处理、价格处理、解析url参数、加载脚本等。
文盘Rust -- 用Tokio实现简易任务池
Tokio无疑是Rust世界中最优秀的异步Runtime实现。非阻塞的特性带来了优异的性能,但是在实际的开发中我们往往需要在某些情况下阻塞任务来实现某些功能。
顺心 顺心
4年前
Android:SQLiteOpenHelper类(SQLlite数据库操作)详细解析
Android:SQLiteOpenHelper类(SQLlite数据库操作)详细解析前言SQLite数据库操作在Android开发中非常常用今天我将带大家全面了解关于SQLite数据库的操作(增、删、查、改)image(https:/
Stella981 Stella981
4年前
Docker,Kubernetes在DevOps中的作用
!(https://oscimg.oschina.net/oscnet/52f78a229f22fd2d7881a2c9bab59246748.gif)大纲DevOps是什么?为什么我们需要DevOps?DevOps与敏捷开发有何不同?重要的De
Wesley13 Wesley13
4年前
Universal Links 新变化:让触达更广更快
作者:Damien,iOS开发者。目前就职于字节跳动。Session:https://developer.apple.com/videos/play/wwdc2020/10098/引言通过本文你将会了解到UniversalLinks基本概念,并且深入了解今年Apple对UniversalLinks
Stella981 Stella981
4年前
Docker总结与经验分享
!(https://oscimg.oschina.net/oscnet/2033101250a1402d8601fd14f323ad1e.png)\   Docker是什么  1. 项目上线代码部署阶段:测试、开发、需求等需要通力合作软件部署阶段:MySql、Ngin
可莉 可莉
4年前
10步入门Django Rest framework后端接口框架
10步入门DRF框架开发1.安装django,版本1.11.20安装djangorestframework,版本3.11.02.注册djangorestframework到setting.py文件中的APP!(https://oscimg.oschina.net/oscnet/2d335fd168cd1
Stella981 Stella981
4年前
Ionic6使用组件出现错误:Did you add it to @NgModule.entryComponents
缘由在Ionic6和Angular8项目中使用组件时出现错误:Error:NocomponentfactoryfoundforLoginComponent.Didyouadditto@NgModule.entryComponents?在我的上一篇文章:移动开发:Ionic框架实现注册与登录功能(https:
Stella981 Stella981
4年前
OSChina 技术周刊第十八期 —— 2015 年 OSC 源创会行程计划
每周技术抢先看,总有你想要的!移动开发1.【软件】开源AndroidORM框架OpenDroid(http://www.oschina.net/p/opendroid)2.【博客】自己动手做推送(http://my.oschina.net/kymjs/blog/367325)前端开