- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 76 for Xiao (0.33 sec)
-
lib/subutil/src/main/java/com/blankj/subutil/util/PinyinUtils.java
.append("mai ran zuo peng lao xiao ji zhu chao kui zui xiao si hao fu liao qiao xi xu chan dan hei xun wu zun pan chi kui...
Java - Registered: 2023-02-03 00:33 - Last Modified: 2019-07-15 18:15 - 129.1K bytes - Viewed (0) -
src/test/java/com/alibaba/json/bvt/bug/Issue183.java
import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.annotation.JSONField; public class Issue183 extends TestCase { public void test_issue_183() throws Exception { A a = new A(); a.setName("xiao").setAge(21); String result = JSON.toJSONString(a); A newA = JSON.parseObject(result, A.class); Assert.assertTrue(a.equals(newA)); } static interface IA {
Java - Registered: 2023-02-01 01:53 - Last Modified: 2014-10-03 03:05 - 1.5K bytes - Viewed (0) -
proposal/proposal_template.md
Provide a template for new proposals....
Plain Text - Registered: 2023-01-26 08:11 - Last Modified: 2019-05-02 10:24 - 1.8K bytes - Viewed (0) -
java/core/src/test/proto/com/google/protobuf/test_custom_options.proto
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // Author: Feng Xiao (******@****.***) // // Test that custom options defined in a proto file's dependencies are properly // initialized. syntax = "proto2"; package protobuf_unittest;
Plain Text - Registered: 2023-02-01 06:16 - Last Modified: 2019-04-23 00:12 - 2K bytes - Viewed (1) -
src/google/protobuf/compiler/java/java_shared_code_generator.h
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // Author: ******@****.*** (Feng Xiao) // // Generators that generate shared code between immutable API and mutable API. #ifndef GOOGLE_PROTOBUF_COMPILER_JAVA_SHARED_CODE_GENERATOR_H__ #define GOOGLE_PROTOBUF_COMPILER_JAVA_SHARED_CODE_GENERATOR_H__
C - Registered: 2023-01-25 06:16 - Last Modified: 2019-04-09 13:23 - 3.2K bytes - Viewed (0) -
components/drawer/demo/form-in-drawer.tsx
Plain Text - Registered: 2023-01-31 14:58 - Last Modified: 2022-11-19 05:47 - 4.1K bytes - Viewed (0) -
.mailmap
Xianjie <******@****.***> <******@****.***> Xianlu Bird <******@****.***> Xiao YongBiao <******@****.***> Xiao Zhang <******@****.***> Xiaodong Liu <******@****.***> Xiaodong Zhang <******@****.***> Xiaohua Ding <xiao******@****.***> Xiaoyu Zhang <******@****.***> Xuecong Liao <******@****.***> Yamasaki Masahide <******@****.***> Yao Zaiyong <******@****.***>
Plain Text - Registered: 2023-02-01 12:04 - Last Modified: 2022-11-30 11:05 - 37.2K bytes - Viewed (0) -
TODO/node-js-war-stories-solving-issues-in-production.md
**感谢来自 Netflix 的 Yunong Xiao、来自 Strongloop 的 NearForm 和来自 Shubhra Kar 的 Matteo Collina 对这篇文章的见解与帮助。** 过去4年里,我们在 RisingStack 的生产环境中运行 Node 应用,积累了许多相关经验 - 感谢 [Node.js 咨询、学习和开发](https://risingstack.com/) 的业务支持。 Netflix 和 nearForm 的 Node 开发团队都一样,我们都有把调试过程记录下来的习惯,因此整个开发团队 (现在是全世界的开发团队) 都可以从我们的错误中学习。 ## Netflix 与 Node 调试: 了解你的依赖库 ## **让我们慢慢阅读我们的朋友 Yunong Xiao 在 Netflix 发生的故事。**
Plain Text - Registered: 2023-02-02 14:49 - Last Modified: 2017-04-26 12:28 - 11.1K bytes - Viewed (0) -
AUTHORS.md
- Mikeal Rogers (******@****.***) - Jerod Santo (******@****.***) - George Petrov (******@****.***) - Alexey Rodionov (******@****.***) - Sidd Sridharan (******@****.***) - Hongbo Miao (Hongbo.Miao@outlook.com) - ronsoros (******@****.***) - Ray Vahey (******@****.***) - Chuong (******@****.***) - William (******@****.***) - bradleyjkemp (******@****.***)
Plain Text - Registered: 2023-01-30 11:24 - Last Modified: 2023-01-28 13:20 - 8.5K bytes - Viewed (0) -
src/google/protobuf/compiler/java/java_shared_code_generator.cc
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // Author: ******@****.*** (Feng Xiao) #include <google/protobuf/compiler/java/java_shared_code_generator.h> #include <memory> #include <google/protobuf/compiler/java/java_helpers.h> #include <google/protobuf/compiler/java/java_name_resolver.h>
C++ - Registered: 2023-01-25 06:16 - Last Modified: 2021-01-22 00:24 - 7.8K bytes - Viewed (0)