Giter Club home page Giter Club logo

readert's People

Contributors

haowenlee avatar

Stargazers

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

Watchers

 avatar

readert's Issues

app报错

Error:A problem occurred configuring project ':fBReader'. 这个是什么原因

请教

阅读器增加广告和段落末尾增加评论小气泡有方案吗

导入AS

导入AS 也下载了 CMake 和NDK 然后会报错
A problem occurred configuring project ':fBReader'.

Unable to find CMake with version: 3.10.2 within folder: [C:\Users\Administrator\AppData\Local\Programs\Python\Python35\Lib\site-packages\PyQt5, C:\ProgramData\Oracle\Java\javapath, C:\Windows\system32, C:\Windows, C:\Windows\System32\Wbem, C:\Windows\System32\WindowsPowerShell\v1.0, F:\Program Files\Anaconda2, F:\Program Files\Anaconda2\Scripts, F:\Program Files\Anaconda2\Library\bin, d:\Program Files\Git\cmd, %ANDROID_HOME%, D:\Program Files\nodejs, C:\Program Files (x86)\GtkSharp\2.12\bin, C:\Program Files\TortoiseGit\bin, C:\Python27\Scripts, C:\Python27, C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps, D:\Program Files\Java\jdk1.8.0_121\bin, D:\Program Files\Java\jdk1.8.0_121\jre\bin, F:\Users\Administrator\AppData\Local\Android\sdk\platform-tools, F:\Users\Administrator\AppData\Local\Android\sdk;\tools, F:\Users\Administrator\AppData\Local\Android\sdk;\bin, E:\cordova\apache-ant-1.10.1\bin, E:\cordova\apache-ant-1.10.1\lib, E:\cordova\node-v7.7.1-rc.1-win-x64, F:\Users\Administrator\AppData\Local\Android\sdk\ndk-bundle, C:\Users\Administrator\AppData\Local\Programs\Fiddler, C:\Users\Administrator\AppData\Roaming\npm, D:\Users\Administrator\AppData\Local\Programs\Microsoft VS Code\bin, F:\fiddler]
.Please make sure the folder with the CMake binary is added to the PATH environment variable.

笔记改为目前流行的下划线方式,有没有研究。

我们有个需求,需要改变笔记标记样式,改为下划线。通过ZLAndroidPaintContext类能获取外框点集合,但是划线不知道怎么实现 @OverRide
public void fillPolygon(int[] xs, int[] ys) {
final Path path = new Path();
final int last = xs.length - 1;
path.moveTo(xs[last], ys[last]);
for (int i = 0; i <= last; ++i) {
path.lineTo(xs[i], ys[i]);
}
myCanvas.drawPath(path, myFillPaint);
}

语音朗读还能使用吗

百度的语音朗读开发完成了吗。我把我自己的APIkey放进去,点击朗读,弹框“语音合成中”然后就没反应了

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.