Giter Site home page Giter Site logo

ask's People

Contributors

hbcui1984 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ask's Issues

【建议】增加收藏功能

许多开发者反映,论坛中的文章没有办法收藏,只能使用浏览器的书签来保存。不利于开发者快速去查阅一些文章,希望能够抽时间讨论下此功能的可行性。

【建议】问答中将问题和文章分离

现在ask社区的问答,问题、bug以及文章是在一起的,而且文章没有回复的话,也会出现在“等待回复”的分类中。这样对解答问题造成了一定的不便,希望可以将问题和文章分离,方便直接浏览问题而不受文章的影响。

【建议】通知消息的显示

通知消息在窗口A中打开并阅读后,窗口A中会相应地进行数字角标的删减。但是,窗口B中的数字角标即便在轮询完成后也不会做出相应的删减。
例如:A窗口显示有2个通知,点开后将两个通知浏览完毕,A窗口的数字角标消失。但是过一会后,B窗口的数字角标依旧保持2。

socket.io adt package issue

server
var io = require('socket.io').listen(3030,{host:'192.168.1.100',origins: ':'});
io.sockets.on('connection', function (socket) {

console.log('conn');
socket.on('toAll', function (data) {
console.log(data);

});
});

client

<script type="text/javascript" src="http://node-chat-dd5dc.codingapp.com/socket.io/socket.io.js"></script> <script> var socket = io.connect('http://192.168.1.100:3030'); socket.emit("toAll",{msg:"xxxx"}); only worked fine in hbuilder Ide, but not work in adt or clound package

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.