35485-guexitn6au.png
微信国内7.0.5版发布,Play版需再等等...

  • 朋友圈的视频在 WiFi 下可自动播放,支持 AI 配乐
  • 点击聊天界面+及发送消息,有动画类似IOS动画效果
  • 发送语音上滑,可以取消发送或转换成文本发送
  • 图片编辑页面变化:马赛克选项消失,放在了最左侧的画笔工具内
  • 支付界面修改:支付界面优化,在点击「转账」后,键盘界面收起,缩小为绿色圆形按钮
  • 视频动态新增功能:可添加图片变视频、歌词显示
  • 订阅号信息流页面变化:订阅号信息流界面改版,原先灰色边框的卡片整体变为白色,公众号名称变蓝,吸引用户点击
  • 小程序下拉页面样式改变:下拉页面最下方新增微信版本号,点击右下角「+」号则可返回微信主页面
  • 长按二维码改变,识别小程序码显示小程序名称
  • 公众号历史消息改变:变为卡片样式,以日期进行展示
  • 设置界面变化:「切换账号」与「退出」两个按钮居中调整
    喜欢的同学赶快体验吧 发布版本: 微信 7.0.5 for Android 立即下载

Following the release of the "Kunlun" chip at the developer conference last year, Baidu CTO Dr. Wang Haifeng at the Baidu AI conference, Wang Haifeng released a new chip - the far-field voice interactive chip "Hong Hao".

According to reports, the Hongjun chip uses the HiFi4 custom instruction set, dual-core DSP core, and the average power consumption is only 100mW. This chip is built according to the car standard, and will bring great convenience for car voice interaction, smart furniture and other scenes.

Considering that Baidu and Geely have already reached strategic cooperation in the fields of intelligent network, smart driving, smart home, e-commerce, etc., it is not difficult to guess that the Hongsheng chip is expected to be deployed in the vehicle system of Geely Automobile.

19098-xg03mys0ka.png

Obviously, after the voice interaction is greatly improved, the usage and convenience of the artificial intelligence assistant will be greatly improved.

As mentioned in the previous article, Kunlun, released last year's Baidu AI conference, was the industry's most powerful AI chip, using Samsung's 14nm process, with 260TOPS performance, 512GB/s bandwidth, 100W + power consumption, tens of thousands of small cores Composition.

核心代码如下

    /** 
    CGRect contentRect = CGRectZero;
    for (UIView *view in self.contentScrollView.subviews) {
        contentRect = CGRectUnion(contentRect, view.frame);
    }
    contentRect.size.height = contentRect.size.height  + 10;
    self.contentScrollView.contentSize = contentRect.size;
    */

### 核心代码如下:

Class<?> cls = body.getClass();
// 取出bean里的所有方法
Method[] methods = cls.getDeclaredMethods();
Field[] fields = cls.getDeclaredFields();
for (Field field : cls.getDeclaredFields()) {
    if (field.getName().equals("xxx")) {
        field = cls.getDeclaredField("xxx");
        field.setAccessible(true);
        field.set(body, "value");// 给指定的属性赋值
        break;
    }
}
免责声明
本博客部分内容来自于互联网,不代表作者的观点和立场,如若侵犯到您的权益,请联系[email protected]。我们会在24小时内进行删除。