全文搜索
标题搜索
全部时间
1小时内
1天内
1周内
1个月内
默认排序
按时间排序
为您找到相关结果31,314个

微信小程序实现环形进度条_javascript技巧_脚本之家

pitch: 0, titleName: "答题结果", btn_color: "", text: 0, accuracy: {}, }, /** * 生命周期函数--监听页面加载 */ onLoad: function (options) { if (options.correctAndError != null) { var accuracyTemp = JSON.parse(options.correctAndError); accuracyTemp.time = (accuracyTemp.time /...
www.jb51.net/article/2535...htm 2025-4-1

通过实例解析Java不可变对象原理_java_脚本之家

SynchronizedRGB color = new SynchronizedRGB(0, 0, 0, "Pitch Black"); int myColorInt = color.getRGB(); // Statement1 String myColorName = color.getName(); // Statement2 然后有另外一个线程2在Statement 1之后、Statement 2之前调用了color.set方法: ...
www.jb51.net/article/1982...htm 2025-4-22

使用C语言编写圣诞表白程序_C 语言_脚本之家

CLIP_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH | FF_SWISS, L"Arial"); SetTimer(1, 100, nullptr); return TRUE; // 除非将焦点设置到控件,否则返回 TRUE } void CGreetingCardDemoDlg::OnSysCommand(UINT nID, LPARAM lParam) { if ((nID & 0xFFF0) == IDM_ABOUTBOX) { CAboutDlg dlgAbout;...
www.jb51.net/article/1001...htm 2025-4-17

React-router 4 按需加载的实现方式及原理详解_React_脚本之家

module.exports.pitch = function(remainingRequest) { this.cacheable && this.cacheable(); var query = loaderUtils.getOptions(this) || {}; if(query.name) { var options = { context: query.context || this.options.context, regExp: query.regExp }; var chunkName = loaderUtils.interpolateName(...
www.jb51.net/article/1146...htm 2025-4-8

微信小程序实现搜索关键词高亮的示例代码_javascript技巧_脚本之家

<view class="list_li" wx:for="{{ filterList }}" wx:key="index" data-index="{{ index }}" bindtap="pitchOn"> <highlight text="{{ item }}" key="{{ value }}" /> </view> 在组件中接收 1 2 3 4 5 6 7 8 properties: { text:String, key:{ type:String, value:'', observe...
www.jb51.net/article/2085...htm 2025-4-13

详解Ubuntu18.04配置VSCode+CMake的C++开发环境_C 语言_脚本之家

matrix.eulerAngles ( 2,1,0 ); // ZYX顺序,即roll pitch yaw顺序 cout<<"yaw pitch roll = "<<euler_anglestranspose()<<endl; // 欧氏变换矩阵使用 Eigen::Isometry Eigen::Isometry3d T=Eigen::Isometry::Identity(); // 虽然称为3d,实质上是4*4的矩阵 T.rotate ( rotation_vector ); //...
www.jb51.net/article/2074...htm 2025-4-23

Ubuntu中配置TensorFlow使用环境的方法_python_脚本之家

Maximum memory pitch: 2147483647 bytes Texture alignment: 512 bytes Concurrent copy and kernel execution: Yes with 2 copy engine(s) Run time limit on kernels: Yes Integrated GPU sharing Host Memory: No Support host page-locked memory mapping: Yes Alignment requirement for Surfaces: Yes Device has...
www.jb51.net/article/1851...htm 2025-4-20

基于Python pyecharts实现多种图例代码解析_python_脚本之家

("Pitch Perfect", 1484), ("Express", 1112), ("Home", 865), ("Johnny Depp", 847), ("Lena Dunham", 582), ("Lewis Hamilton", 555), ("KXAN", 550), ("Mary Ellen Mark", 462), ("Farrah Abraham", 366), ("Rita Ora", 360), ("Serena Williams", 282), ("NCAA baseball tourna...
www.jb51.net/article/1929...htm 2025-4-22

C#调用exe文件的方法详解_C#教程_脚本之家

<asp:DropDownList ID="x_pitch" checkSchema="notnull" noClear CssClass="form-control" cName="音调" AUTOCOMPLETE="off" required="" runat="server"> <asp:ListItem>default</asp:ListItem> <asp:ListItem>x-low</asp:ListItem> <asp:ListItem>low</asp:ListItem> <asp:ListItem>medium</asp:ListItem>...
www.jb51.net/program/319307x...htm 2025-4-23

C#计算两个时间差的方法代码分享_C#教程_脚本之家

long dueTime = this.TimeDiff(System.DateTime.Now, Convert.ToDateTime(config.Pitch)); //timer = new System.Threading.Timer(tcb, auto, dueTime, System.Threading.Timeout.Infinite); timer = new System.Threading.Timer(tcb, auto, dueTime, 24 * 3600 * 1000); ...
www.jb51.net/article/442...htm 2025-4-19