一、软件界通用关键字
obsolete,deprecated,deprecation
二、多语言全栈,所有语言混合开发是什么?十几门开发语言
组合1、php/java/asp+JS+C+android 平台物联网设备,智能音箱
组合2:C#+PHP+PYTHON
组合3:C#+PTHON 人工智能
组合4:php+Arduino +C单片机 物联网平台
组合5:python+C# 客户端
组合6:c+python 门禁刷脸平台
组合7:go+C# 商城收银终端
组合8:vb+asp+、java+.net 银行ATM平台
组合9:c+.NET 杀毒软件
组合10:c+js+lua web网页防火墙
三、java 开发语言
@Deprecated(since = "1.2", forRemoval = true)
四、C#开发语言
[Obsolete]
public void BiuBiuBiu(){
// 嘿嘿嘿
}
五、PHP 开发语言
PHP Deprecated: PHP Startup: Use of mbstring.internal_encoding is deprecated in Unknown on line 0
六、go 开发语言
// Execer is an optional interface that may be implemented by a Conn.
//
// If a Conn does not implement Execer, the sql package's DB.Exec will
// first prepare a query, execute the statement, and then close the
// statement.
//
// Exec may return ErrSkip.
//
// Deprecated: Drivers should implement ExecerContext instead (or additionally).
type Execer interface {
Exec(query string, args []Value) (Result, error)
}
作者:神奇的命令行
链接:https://juejin.cn/post/6844903456927399944
来源:稀土掘金
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
七、NOdejs 开发语言
This event was deprecated because it did not work with V8 promise combinators which diminished its usefulness.
DEP0161: process._getActiveRequests()
and process._getActiveHandles()
八、lua开发语言
nt lua_resetthread (lua_State *L); This function is deprecated; it is equivalent to lua_closethread with from being NULL.
九、阿雪技术观
拥抱开源与共享,见证科技进步奇迹,畅享人类幸福时光!
让我们积极投身于技术共享的浪潮中,不仅仅是作为受益者,更要成为贡献者。无论是分享自己的代码、撰写技术博客,还是参与开源项目的维护和改进,每一个小小的举动都可能成为推动技术进步的巨大力量
扫码,可学习更多。