LinboLen

Results 20 comments of LinboLen

![image](https://cloud.githubusercontent.com/assets/5467712/7852150/acc269ce-052b-11e5-9fd0-0407789b1357.png) Sure? I am afraid to pull request. I try to do it

if cdk implement flex layout would be great. like this. ![drag-and-drop](https://user-images.githubusercontent.com/5467712/167430370-058528b7-dc00-4ae3-99cc-f4df081c1afc.gif)

can remove the `beta` version? publish release version first?

`@use` `@forward` can't implement by bundle, it based on file and folder witch like a namespace. if bundle it together the namespace info will gone. so may introduce new scss...

@alindsay55661 text node can be wrappered by `hello`. I use TemplateRef, ELementRef to pass though all over

我测试了一下 上面java 的writeBytes(String str)在多字节字符串中会只写入字符对应unicode的低八位. java中写入多字节字符串时会用 到writeChars

java dataoutputstream 中的 writeUTF写入的长度信息 https://github.com/openjdk-mirror/jdk/blob/jdk8u/jdk8u/master/src/share/classes/java/io/DataOutputStream.java#L346 ```java static int writeUTF(String str, DataOutput out) throws IOException { int strlen = str.length(); int utflen = 0; int c, count = 0; /* use...

这是模拟writeBytes ```java public static void test001() { String str = "这是一个字符串"; byte[] bytes = new byte[str.length()]; for (int index = 0; index < str.length(); index++) { char c = str.charAt(index);...

It shoud be a core feature